Uses of Class
prime.toolbox.PropertyDef

Packages that use PropertyDef
prime.toolbox   
 

Uses of PropertyDef in prime.toolbox
 

Methods in prime.toolbox that return PropertyDef
 PropertyDef ObjectDef.getPropertyDef(java.lang.Integer idx)
          Retrieves a specific property from the object definition.
 PropertyDef ObjectData.getPropertyDef(java.lang.Integer idx)
          Retrieves a specific property definition from this object.
 

Methods in prime.toolbox with parameters of type PropertyDef
 void ObjectDef.addProperty(PropertyDef propertyDef)
          Adds a new property to the object deifnition.