de.armax.ax.devtools.uml
Interface AXclassifier

All Superinterfaces:
AXmodelElement
All Known Subinterfaces:
AXclass
All Known Implementing Classes:
AXclassifierMdrImpl, AXclassifierNsumlImpl, AXclassifierVoid, AXclassMdrImpl, AXclassNsumlImpl

public interface AXclassifier
extends AXmodelElement

Metamodel for an UML classifier

Author:
Peter Wieland, ARMAX mindware GmbH

Field Summary
static java.lang.String INTERFACE
          The qualified name of this interface.
 
Method Summary
 boolean isNativeType()
          Check weather this type is a native type.
 boolean isVoidType()
          Check weather this type is a void type.
 
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

isVoidType

public boolean isVoidType()

Check weather this type is a void type.

Returns:
true if this classifier is a void type.

isNativeType

public boolean isNativeType()

Check weather this type is a native type.

This returns true for UML DataTypes.



Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.