Uses of Class
cz.zcu.fav.kiv.editor.template.TemplateConst.TemplateTags

Packages that use TemplateConst.TemplateTags
cz.zcu.fav.kiv.editor.template   
 

Uses of TemplateConst.TemplateTags in cz.zcu.fav.kiv.editor.template
 

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