public interface IUMLTypes
The accessibles types are boolean, byte, char, date, double, float, integer, long, short, string, undefined.
undefined type is used to set a type to property when the real type of the property is not known. (A property should not be left without type)
Exemple:
IUmlModel model = Modelio.getInstance().getModelingSession().getModel();
IDataType type = model.getUmlTypes().getBOOLEAN();
Modifier and Type | Method and Description |
---|---|
IDataType |
getBOOLEAN() |
IDataType |
getBYTE() |
IDataType |
getCHAR() |
IDataType |
getDATE() |
IDataType |
getDOUBLE() |
IDataType |
getFLOAT() |
IDataType |
getINTEGER() |
IDataType |
getLONG() |
IDataType |
getSHORT() |
IDataType |
getSTRING() |
IDataType |
getUNDEFINED() |
IDataType getBOOLEAN()
IDataType getBYTE()
IDataType getCHAR()
IDataType getDATE()
IDataType getDOUBLE()
IDataType getFLOAT()
IDataType getINTEGER()
IDataType getLONG()
IDataType getSHORT()
IDataType getSTRING()
IDataType getUNDEFINED()