|
|||||||||||
| 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.mdr.AXmodelElementMdrImpl
| Field Summary | |
protected AXmodelMdrImpl |
model
|
| Fields inherited from interface de.armax.ax.devtools.uml.AXmodelElement |
INTERFACE |
| Constructor Summary | |
protected |
AXmodelElementMdrImpl(org.omg.uml.foundation.core.ModelElement modelElement,
AXmodelMdrImpl model,
java.util.HashMap taggedValues)
|
| Method Summary | |
boolean |
existTaggedValue(java.lang.String tag)
Check weather a tagged value with the given tag name exists. |
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.lang.String |
getStereotype()
Get the stereotype of this element. |
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. |
| 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 |
| Field Detail |
protected AXmodelMdrImpl model
| Constructor Detail |
protected AXmodelElementMdrImpl(org.omg.uml.foundation.core.ModelElement modelElement,
AXmodelMdrImpl model,
java.util.HashMap taggedValues)
| Method Detail |
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 java.lang.String getStereotype()
AXmodelElementGet the stereotype of this element.
getStereotype in interface AXmodelElementgetStereotype in class AXmodelElementAbstract
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||