Package | Description |
---|---|
cz.zcu.fav.kiv.editor.config.constants |
Modifier and Type | Method and Description |
---|---|
static TagDefinition.ParameterTags |
TagDefinition.ParameterTags.getEnumValue(java.lang.String key)
Returns predefined constant of element according to the element name.
|
static TagDefinition.ParameterTags |
TagDefinition.ParameterTags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagDefinition.ParameterTags[] |
TagDefinition.ParameterTags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|