Uses of Class
org.designwizard.design.Entity.TypesOfEntities

Packages that use Entity.TypesOfEntities
org.designwizard.design   
 

Uses of Entity.TypesOfEntities in org.designwizard.design
 

Fields in org.designwizard.design declared as Entity.TypesOfEntities
protected  Entity.TypesOfEntities AbstractEntity.type
           
protected  Entity.TypesOfEntities AbstractEntity.type
           
 

Methods in org.designwizard.design that return Entity.TypesOfEntities
 Entity.TypesOfEntities AbstractEntity.getTypeOfEntity()
          Method that returns the type of this element of design.
 Entity.TypesOfEntities Entity.getTypeOfEntity()
          Method that returns the type of this element of design.
 Entity.TypesOfEntities AbstractEntity.getTypeOfEntity()
          Method that returns the type of this element of design.
 Entity.TypesOfEntities Entity.getTypeOfEntity()
          Method that returns the type of this element of design.
static Entity.TypesOfEntities Entity.TypesOfEntities.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Entity.TypesOfEntities Entity.TypesOfEntities.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Entity.TypesOfEntities[] Entity.TypesOfEntities.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static Entity.TypesOfEntities[] Entity.TypesOfEntities.values()
          Returns an array containing the constants of this enum type, in the order they are declared.