public static enum MacroBrowser.Category extends Enum<MacroBrowser.Category>
| Enum Constant and Description |
|---|
ALL |
CONFLUENCE_CONTENT |
DEVELOPMENT |
FORMATTING |
HIDDEN |
MEDIA |
NAVIGATION |
| Modifier and Type | Method and Description |
|---|---|
static MacroBrowser.Category |
getByTitle(String title) |
String |
getKey() |
String |
getTitle() |
static MacroBrowser.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacroBrowser.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacroBrowser.Category ALL
public static final MacroBrowser.Category CONFLUENCE_CONTENT
public static final MacroBrowser.Category MEDIA
public static final MacroBrowser.Category FORMATTING
public static final MacroBrowser.Category NAVIGATION
public static final MacroBrowser.Category DEVELOPMENT
public static final MacroBrowser.Category HIDDEN
public static MacroBrowser.Category[] values()
for (MacroBrowser.Category c : MacroBrowser.Category.values()) System.out.println(c);
public static MacroBrowser.Category 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 getKey()
public String getTitle()
public static MacroBrowser.Category getByTitle(String title)
Copyright © 2003–2017 Atlassian. All rights reserved.