de.armax.ax.devtools.uml
Interface AXparameter

All Superinterfaces:
AXmodelElement
All Known Implementing Classes:
AXparameterMdrImpl, AXparameterNsumlImpl

public interface AXparameter
extends AXmodelElement

Metamodel of an UML parameter.

Author:
Peter Wieland, ARMAX mindware GmbH
See Also:
AXoperation

Field Summary
static java.lang.String INTERFACE
          The qualified name of this interface.
 
Method Summary
 AXoperation getOwner()
          Get the owning operation of this parameter.
 AXclassifier getType()
          Get the type of the parameter.
 
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
 

Field Detail

INTERFACE

public static final java.lang.String INTERFACE

The qualified name of this interface.

See Also:
Constant Field Values
Method Detail

getType

public AXclassifier getType()

Get the type of the parameter.


getOwner

public AXoperation getOwner()

Get the owning operation of this parameter.



Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.