Uses of Class
wt.step.schemaGenerator.EntityDefinition

Packages that use EntityDefinition
wt.step.schemaGenerator   
 

Uses of EntityDefinition in wt.step.schemaGenerator
 

Fields in wt.step.schemaGenerator declared as EntityDefinition
private  EntityDefinition Schema._latestEntity
           
private  EntityDefinition EntityAttribute._parent
           
 

Methods in wt.step.schemaGenerator with parameters of type EntityDefinition
(package private)  void Schema.addEntity(EntityDefinition entity)
           
(package private)  void Schema.addEntityAttribute(EntityDefinition entity, String name, String type, boolean nativeType)
           
(package private)  void Schema.addEntitySubtype(EntityDefinition entity, String subtype)
           
 

Constructors in wt.step.schemaGenerator with parameters of type EntityDefinition
EntityAttribute(String name, String typeName, EntityDefinition parent)