de.armax.ax.devtools.uml
Interface AXattribute

All Superinterfaces:
AXmodelElement, AXstructuralFeature
All Known Implementing Classes:
AXattributeMdrImpl, AXattributeNsumlImpl

public interface AXattribute
extends AXstructuralFeature

Metamodel for UML attribute

Author:
Peter Wieland, ARMAX mindware GmbH

Field Summary
static java.lang.String INTERFACE
          The qualified name of this interface.
 
Method Summary
 AXclass getOwner()
          Get the owning class of this attribute
 AXclassifier getType()
          Get the type of this attribute
 
Methods inherited from interface de.armax.ax.devtools.uml.AXstructuralFeature
getMultiplicity
 
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 this attribute

Returns:
an AXclassifier representing the type of this attribute

getOwner

public AXclass getOwner()

Get the owning class of this attribute

Returns:
the owner


Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.