Uses of Class
cz.zcu.fav.kiv.editor.config.constants.TypeEnum

Packages that use TypeEnum
cz.zcu.fav.kiv.editor.beans.types   
cz.zcu.fav.kiv.editor.config.constants   
 

Uses of TypeEnum in cz.zcu.fav.kiv.editor.beans.types
 

Fields in cz.zcu.fav.kiv.editor.beans.types declared as TypeEnum
protected  TypeEnum Type.name
          The name of the type
 

Methods in cz.zcu.fav.kiv.editor.beans.types that return TypeEnum
 TypeEnum Type.getName()
           
 

Methods in cz.zcu.fav.kiv.editor.beans.types with parameters of type TypeEnum
 void Type.setName(TypeEnum name)
           
 

Constructors in cz.zcu.fav.kiv.editor.beans.types with parameters of type TypeEnum
Type(TypeEnum name)
           
 

Uses of TypeEnum in cz.zcu.fav.kiv.editor.config.constants
 

Methods in cz.zcu.fav.kiv.editor.config.constants that return TypeEnum
static TypeEnum TypeEnum.getValue(java.lang.String name)
          Returns ComponentEnum object for the corresponding name.
static TypeEnum TypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TypeEnum[] TypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.