|
|||||||||||
| 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
de.armax.ax.devtools.uml.mdr.AXoperationMdrImpl
| Field Summary |
| Fields inherited from class de.armax.ax.devtools.uml.mdr.AXmodelElementMdrImpl |
model |
| Fields inherited from interface de.armax.ax.devtools.uml.AXoperation |
INTERFACE |
| Constructor Summary | |
AXoperationMdrImpl(org.omg.uml.foundation.core.Operation operation,
AXmodelMdrImpl model,
java.util.HashMap taggedValues)
|
|
| Method Summary | |
AXclass |
getOwner()
Get the owning class of this operation. |
java.lang.String |
getParameterListString()
Get a java like list of the parameters including the parameter types. |
java.lang.String |
getParameterListString(boolean namesOnly)
Get a java like list of the parameters. |
java.util.List |
getParameters()
Get a List of all parameters. |
AXclassifier |
getReturnType()
Get the return type of this operation. |
java.lang.String |
toString()
|
| Methods inherited from class de.armax.ax.devtools.uml.mdr.AXmodelElementMdrImpl |
existTaggedValue, getModel, getName, getNamespaceName, getRealElement, getStereotype, getTaggedValue, getTaggedValue, getTaggedValues, getTaggedValueTags |
| 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 |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AXoperationMdrImpl(org.omg.uml.foundation.core.Operation operation,
AXmodelMdrImpl model,
java.util.HashMap taggedValues)
| Method Detail |
public AXclassifier getReturnType()
AXoperationGet the return type of this operation. If this operation does not have a return type, this returns a generic void type.
getReturnType in interface AXoperationpublic java.util.List getParameters()
AXoperationGet a List of all parameters.
getParameters in interface AXoperationAXparameterpublic AXclass getOwner()
AXoperationGet the owning class of this operation.
getOwner in interface AXoperationpublic java.lang.String getParameterListString()
AXoperationGet a java like list of the parameters including the parameter types.
getParameterListString in interface AXoperationpublic java.lang.String getParameterListString(boolean namesOnly)
AXoperationGet a java like list of the parameters. Optionally include the types or not.
getParameterListString in interface AXoperationnamesOnly - if true, no types are includedpublic java.lang.String toString()
toString in class AXmodelElementAbstract
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||