public enum MacroCategory extends Enum<MacroCategory>
Enum Constant and Description |
---|
ADMIN |
COMMUNICATION |
CONFLUENCE_CONTENT |
DEVELOPMENT |
EXTERNAL_CONTENT |
FORMATTING |
HIDDEN |
MEDIA |
NAVIGATION |
REPORTING |
VISUALS |
Modifier and Type | Method and Description |
---|---|
static MacroCategory |
get(String name) |
Message |
getDisplayName() |
String |
getName() |
String |
toString() |
static MacroCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacroCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacroCategory FORMATTING
public static final MacroCategory CONFLUENCE_CONTENT
public static final MacroCategory MEDIA
public static final MacroCategory VISUALS
public static final MacroCategory NAVIGATION
public static final MacroCategory EXTERNAL_CONTENT
public static final MacroCategory COMMUNICATION
public static final MacroCategory REPORTING
public static final MacroCategory ADMIN
public static final MacroCategory DEVELOPMENT
public static final MacroCategory HIDDEN
public static MacroCategory[] values()
for (MacroCategory c : MacroCategory.values()) System.out.println(c);
public static MacroCategory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
public Message getDisplayName()
public static MacroCategory get(String name)
public String toString()
toString
in class Enum<MacroCategory>
Copyright © 2003–2018 Atlassian. All rights reserved.