Uses of Class
cz.zcu.fav.kiv.editor.config.constants.TagDefinition.ConfigTags

Packages that use TagDefinition.ConfigTags
cz.zcu.fav.kiv.editor.config.constants   
 

Uses of TagDefinition.ConfigTags in cz.zcu.fav.kiv.editor.config.constants
 

Methods in cz.zcu.fav.kiv.editor.config.constants that return TagDefinition.ConfigTags
static TagDefinition.ConfigTags TagDefinition.ConfigTags.getValue(java.lang.String key)
          Returns predefined constant of element according to the element name.
static TagDefinition.ConfigTags TagDefinition.ConfigTags.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TagDefinition.ConfigTags[] TagDefinition.ConfigTags.values()
          Returns an array containing the constants of this enum type, in the order they are declared.