public static enum TagDefinition.FigureTags extends java.lang.Enum<TagDefinition.FigureTags>
| Modifier and Type | Method and Description |
|---|---|
static TagDefinition.FigureTags |
getValue(java.lang.String key)
Returns predefined constant of element according to the element name.
|
static TagDefinition.FigureTags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagDefinition.FigureTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagDefinition.FigureTags FIGURE
public static final TagDefinition.FigureTags PARAMETER
public static final TagDefinition.FigureTags NULL
public static TagDefinition.FigureTags[] values()
for (TagDefinition.FigureTags c : TagDefinition.FigureTags.values()) System.out.println(c);
public static TagDefinition.FigureTags valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static TagDefinition.FigureTags getValue(java.lang.String key)
key - the name of element.