Uses of Class
org.infolayer.model.UmlDataType

Packages that use UmlDataType
org.infolayer.model   
org.infolayer.model.op   
 

Uses of UmlDataType in org.infolayer.model
 

Subclasses of UmlDataType in org.infolayer.model
 class UmlEnumeration
           
 

Fields in org.infolayer.model declared as UmlDataType
 UmlDataType UmlModel.STRING
           
 UmlDataType UmlModel.BOOLEAN
           
 UmlDataType UmlModel.INTEGER
           
 UmlDataType UmlModel.REAL
           
 UmlDataType UmlModel.BINARY
           
 UmlDataType UmlModel.DATE_TIME
           
 

Constructors in org.infolayer.model with parameters of type UmlDataType
UmlAttribute(java.lang.String name, UmlDataType type)
           
 

Uses of UmlDataType in org.infolayer.model.op
 

Methods in org.infolayer.model.op with parameters of type UmlDataType
static void OpDateTime.register(UmlDataType dt)