Uses of Class
model.ObjectType.ObjType

Packages that use ObjectType.ObjType
model   
 

Uses of ObjectType.ObjType in model
 

Methods in model that return ObjectType.ObjType
 ObjectType.ObjType ObjectType.getObjType()
           
static ObjectType.ObjType ObjectType.getObjTypeOf(java.lang.String type)
           
static ObjectType.ObjType ObjectType.ObjType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ObjectType.ObjType[] ObjectType.ObjType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in model with parameters of type ObjectType.ObjType
 ComplexObject ObjectType.getObjectOf(ObjectType.ObjType type)
          Returns a new object of the given type.
static java.lang.String ObjectType.getStringOf(ObjectType.ObjType type)
          Returns the String representation of a given type.
 void ObjectType.setObjType(ObjectType.ObjType type)
           
 

Constructors in model with parameters of type ObjectType.ObjType
ObjectType(Model model, ObjectType.ObjType type)
           
ObjectType(ObjectType.ObjType type)