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