de.armax.ax.devtools.uml.nsuml
Class AXparameterNsumlImpl

java.lang.Object
  extended byde.armax.ax.devtools.uml.AXmodelElementAbstract
      extended byde.armax.ax.devtools.uml.nsuml.AXmodelElementNsumlImpl
          extended byde.armax.ax.devtools.uml.nsuml.AXparameterNsumlImpl
All Implemented Interfaces:
AXmodelElement, AXparameter

public class AXparameterNsumlImpl
extends AXmodelElementNsumlImpl
implements AXparameter

Author:
Peter Wieland, ARMAX mindware GmbH

Field Summary
 
Fields inherited from class de.armax.ax.devtools.uml.nsuml.AXmodelElementNsumlImpl
model
 
Fields inherited from interface de.armax.ax.devtools.uml.AXparameter
INTERFACE
 
Constructor Summary
AXparameterNsumlImpl(ru.novosoft.uml.foundation.core.MParameter para, AXmodelNsumlImpl model)
           
 
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.nsuml.AXmodelElementNsumlImpl
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

AXparameterNsumlImpl

public AXparameterNsumlImpl(ru.novosoft.uml.foundation.core.MParameter para,
                            AXmodelNsumlImpl model)
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.