cz.zcu.fav.kiv.editor.config.constants
Enum TagDefinition.TypeTags
java.lang.Object
java.lang.Enum<TagDefinition.TypeTags>
cz.zcu.fav.kiv.editor.config.constants.TagDefinition.TypeTags
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TagDefinition.TypeTags>
- Enclosing class:
- TagDefinition
public static enum TagDefinition.TypeTags
- extends java.lang.Enum<TagDefinition.TypeTags>
The enumerated list of elements used in the configuration file with types - types.xml.
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
COLOR
public static final TagDefinition.TypeTags COLOR
UNIT
public static final TagDefinition.TypeTags UNIT
FONT
public static final TagDefinition.TypeTags FONT
NULL
public static final TagDefinition.TypeTags NULL
values
public static TagDefinition.TypeTags[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TagDefinition.TypeTags c : TagDefinition.TypeTags.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TagDefinition.TypeTags valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getValue
public static TagDefinition.TypeTags getValue(java.lang.String key)
- Returns predefined constant of element according to the element name.
- Parameters:
key
- the name of element.
- Returns:
- a constant of element with defined name.