de.armax.ax.devtools.uml.mdr
Class AXparameterMdrImpl

java.lang.Object
  extended byde.armax.ax.devtools.uml.AXmodelElementAbstract
      extended byde.armax.ax.devtools.uml.mdr.AXmodelElementMdrImpl
          extended byde.armax.ax.devtools.uml.mdr.AXparameterMdrImpl
All Implemented Interfaces:
AXmodelElement, AXparameter

public class AXparameterMdrImpl
extends AXmodelElementMdrImpl
implements AXparameter

Author:
Peter Wieland, ARMAX mindware GmbH

Field Summary
 
Fields inherited from class de.armax.ax.devtools.uml.mdr.AXmodelElementMdrImpl
model
 
Fields inherited from interface de.armax.ax.devtools.uml.AXparameter
INTERFACE
 
Constructor Summary
AXparameterMdrImpl(org.omg.uml.foundation.core.Parameter parameter, AXmodelMdrImpl model, java.util.HashMap taggedValues)
           
 
Method Summary
 AXoperation getOwner()
          Get the owning operation of this parameter.
 AXclassifier getType()
          Get the type of the parameter.
 
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, 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, existTaggedValue, getModel, getName, getNameForCollectionDefine, getNameForCollectionMethod, getNameForCollectionVariable, getNameForDefine, getNameForMethod, getNameForVariable, getNamespaceName, getPackage, getQualifiedName, getRealElement, getStereotype, getSufficientlyQualifiedName, getSufficientlyQualifiedName, getTaggedValue, getTaggedValue, getTaggedValues, getTaggedValueTags, getWellKnownPackages, hasStereotype, isSameNamespace, isSameNamespace
 

Constructor Detail

AXparameterMdrImpl

public AXparameterMdrImpl(org.omg.uml.foundation.core.Parameter parameter,
                          AXmodelMdrImpl model,
                          java.util.HashMap taggedValues)
Method Detail

getType

public AXclassifier getType()
Description copied from interface: AXparameter

Get the type of the parameter.

Specified by:
getType in interface AXparameter

getOwner

public AXoperation getOwner()
Description copied from interface: AXparameter

Get the owning operation of this parameter.

Specified by:
getOwner in interface AXparameter


Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.