|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ashridgetech.jamda.uml.ModelElement | +--com.ashridgetech.jamda.uml.Type | +--com.ashridgetech.jamda.uml.DataType
A UML DataType. Referenced by various other UML metamodel classes.
Nested Class Summary |
Nested classes inherited from class com.ashridgetech.jamda.uml.ModelElement |
ModelElement.DuplicateElementException, ModelElement.ElementListStore, ModelElement.ElementNameListStore, ModelElement.ElementNameStore, ModelElement.ElementStore, ModelElement.TaggedValue, ModelElement.UnknownElementException |
Field Summary |
Fields inherited from class com.ashridgetech.jamda.uml.ModelElement |
DUMMY_STORE |
Constructor Summary | |
protected |
DataType(ru.novosoft.uml.foundation.core.MDataType dt,
ModelPackage mp)
Creates new DataType from a NSUML MDataType object during loading. |
protected |
DataType(ModelPackage parentPackage,
java.lang.String name)
Creates a new DataType. |
|
DataType(Model model,
java.lang.String name)
Creates a new DataType. |
Method Summary | |
boolean |
isSimple()
Show whether this Type is a simple type, such as a number
or String , or composed of other parts. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected DataType(ru.novosoft.uml.foundation.core.MDataType dt, ModelPackage mp)
public DataType(Model model, java.lang.String name)
protected DataType(ModelPackage parentPackage, java.lang.String name)
Method Detail |
public boolean isSimple()
Type
is a simple type, such as a number
or String
, or composed of other parts.
isSimple
in class Type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |