de.armax.ax.devtools.uml
Interface AXstructuralFeature

All Superinterfaces:
AXmodelElement
All Known Subinterfaces:
AXattribute
All Known Implementing Classes:
AXattributeMdrImpl, AXattributeNsumlImpl, AXstructuralFeatureMdrImpl, AXstructuralFeatureNsumlImpl

public interface AXstructuralFeature
extends AXmodelElement

Metamodel for UML structural feature

Author:
Lucas Scharenbroich, University of California - Irvine

Field Summary
static java.lang.String INTERFACE
          The qualified name of this interface.
 
Method Summary
 AXmultiplicity getMultiplicity()
          Get the multiplicity of this attribute
 
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

getMultiplicity

public AXmultiplicity getMultiplicity()

Get the multiplicity of this attribute

Returns:
an AXmultiplicity representing the multiplicity of this element


Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.