|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.armax.ax.devtools.uml.AXmodelElementAbstract
de.armax.ax.devtools.uml.AXclassifierVoid
Convenience class representing a void type.
This class is realized as a singleton.
AXclassifier| Field Summary |
| Fields inherited from interface de.armax.ax.devtools.uml.AXclassifier |
INTERFACE |
| Method Summary | |
boolean |
existTaggedValue(java.lang.String tag)
Check weather a tagged value with the given tag name exists. |
java.util.List |
getClientDependencies()
|
java.util.List |
getGeneralizations()
|
static AXclassifier |
getInstance(AXmodel model)
Use this method to get a void instance of the AXclassifier interface |
AXmodel |
getModel()
Get the model containing this element. |
java.lang.String |
getName()
Get the name for the model element. |
java.lang.String |
getNamespaceName()
Get the namespace name for this model element. |
java.lang.Object |
getRealElement()
Get the real element, this element wraps. |
java.util.List |
getSpecializations()
|
java.lang.String |
getStereotype()
Get the stereotype of this element. |
java.util.List |
getSupplierDependencies()
|
java.lang.String |
getTaggedValue(java.lang.String tag)
Get a tagged value for a given tag name. |
java.lang.String |
getTaggedValue(java.lang.String tag,
java.lang.String dflt)
Get a tagged value for a given tag name. |
java.util.List |
getTaggedValues(java.lang.String tag)
Get all tagged values for a given tag name. |
java.util.List |
getTaggedValueTags()
Get all existing tag names of tagged values for this element. |
boolean |
isNativeType()
Check weather this type is a native type. |
boolean |
isVoidType()
Check weather this type is a void type. |
| Methods inherited from class de.armax.ax.devtools.uml.AXmodelElementAbstract |
equals, getNameForCollectionDefine, getNameForCollectionMethod, getNameForCollectionVariable, getNameForDefine, getNameForMethod, getNameForVariable, getPackage, getQualifiedName, getSufficientlyQualifiedName, getSufficientlyQualifiedName, getWellKnownPackages, hasStereotype, isSameNamespace, isSameNamespace, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface de.armax.ax.devtools.uml.AXmodelElement |
equals, getNameForCollectionDefine, getNameForCollectionMethod, getNameForCollectionVariable, getNameForDefine, getNameForMethod, getNameForVariable, getPackage, getQualifiedName, getSufficientlyQualifiedName, getSufficientlyQualifiedName, getWellKnownPackages, hasStereotype, isSameNamespace, isSameNamespace |
| Method Detail |
public static AXclassifier getInstance(AXmodel model)
Use this method to get a void instance of the AXclassifier interface
model - public java.lang.String getName()
AXmodelElementGet the name for the model element.
getName in interface AXmodelElementgetName in class AXmodelElementAbstractpublic java.lang.String getNamespaceName()
AXmodelElementGet the namespace name for this model element.
This includes the names of all nested UML namespaces separated by dots (as it is well known for java packages).
getNamespaceName in interface AXmodelElementgetNamespaceName in class AXmodelElementAbstractpublic java.lang.String getTaggedValue(java.lang.String tag)
AXmodelElementGet a tagged value for a given tag name.
If more than one tagged value with the same tag name exist for this model element, the first one is returned
getTaggedValue in interface AXmodelElementgetTaggedValue in class AXmodelElementAbstract
public java.lang.String getTaggedValue(java.lang.String tag,
java.lang.String dflt)
AXmodelElementGet a tagged value for a given tag name.
If no such tagged value exists, the default value is returned.
If more than one tagged value with the same tag name exist for this model element, the first one is returned
getTaggedValue in interface AXmodelElementgetTaggedValue in class AXmodelElementAbstractpublic java.util.List getTaggedValues(java.lang.String tag)
AXmodelElementGet all tagged values for a given tag name.
getTaggedValues in interface AXmodelElementgetTaggedValues in class AXmodelElementAbstractpublic java.util.List getTaggedValueTags()
AXmodelElementGet all existing tag names of tagged values for this element.
getTaggedValueTags in interface AXmodelElementgetTaggedValueTags in class AXmodelElementAbstractpublic boolean existTaggedValue(java.lang.String tag)
AXmodelElementCheck weather a tagged value with the given tag name exists.
existTaggedValue in interface AXmodelElementexistTaggedValue in class AXmodelElementAbstractpublic AXmodel getModel()
AXmodelElementGet the model containing this element.
getModel in interface AXmodelElementgetModel in class AXmodelElementAbstractpublic java.lang.Object getRealElement()
AXmodelElementGet the real element, this element wraps.
getRealElement in interface AXmodelElementgetRealElement in class AXmodelElementAbstractpublic boolean isVoidType()
AXclassifierCheck weather this type is a void type.
isVoidType in interface AXclassifierpublic java.util.List getGeneralizations()
public java.util.List getSpecializations()
public java.util.List getClientDependencies()
public java.util.List getSupplierDependencies()
public java.lang.String getStereotype()
AXmodelElementGet the stereotype of this element.
getStereotype in interface AXmodelElementgetStereotype in class AXmodelElementAbstractpublic boolean isNativeType()
AXclassifierCheck weather this type is a native type.
This returns true for UML DataTypes.
isNativeType in interface AXclassifier
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||