|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ashridgetech.jamda.uml.StandardElementDef | +--com.ashridgetech.jamda.uml.StandardTypeDef | +--com.ashridgetech.jamda.uml.StandardDataTypeDef
Defines a standard DataType
which is required in a Model
.
Constructor Summary | |
StandardDataTypeDef(java.lang.String name)
Creates a new StandardDataTypeDef for a DataType . |
Method Summary | |
protected ModelElement |
createElement(Model model)
Create the element required by this definition in a given Model . |
DataType |
getDataType(Model model)
Get the DataType
required by this definition from a given Model . |
java.lang.String |
getDescription()
Get a description of the element required. |
Type |
getType(Model model)
Get the Type
required by this definition from a given Model . |
Methods inherited from class com.ashridgetech.jamda.uml.StandardTypeDef |
getTypeName, hasElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StandardDataTypeDef(java.lang.String name)
StandardDataTypeDef
for a DataType
.
Method Detail |
protected ModelElement createElement(Model model)
Model
.
createElement
in class StandardElementDef
model
- the Model
in which the element is to be created
ModelElement
public DataType getDataType(Model model)
DataType
required by this definition from a given Model
.
model
- the Model
in which the DataType
is to be found
DataType
public Type getType(Model model)
Type
required by this definition from a given Model
.
getType
in class StandardTypeDef
model
- the Model
in which the Type
is to be found
Type
public java.lang.String getDescription()
getDescription
in class StandardElementDef
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |