Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IDataType |
IUmlModel.createDataType()
Create a DataType.
|
IDataType |
IUmlModel.createDataType(String name,
INameSpace owner)
Create a DataType.
|
IDataType |
IUmlModel.createDataType(String name,
INameSpace owner,
String stereotype)
Create a DataType.
|
IDataType |
IUMLTypes.getBOOLEAN() |
IDataType |
IUMLTypes.getBYTE() |
IDataType |
IUMLTypes.getCHAR() |
IDataType |
IUMLTypes.getDATE() |
IDataType |
IUMLTypes.getDOUBLE() |
IDataType |
IUMLTypes.getFLOAT() |
IDataType |
IUMLTypes.getINTEGER() |
IDataType |
IUMLTypes.getLONG() |
IDataType |
IUMLTypes.getSHORT() |
IDataType |
IUMLTypes.getSTRING() |
IDataType |
IUMLTypes.getUNDEFINED() |
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitDataType(IDataType theDataType) |
Object |
DefaultMetamodelVisitor.visitDataType(IDataType theDataType) |
Object |
AbstractMetamodelVisitor.visitDataType(IDataType theDataType) |