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

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

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

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