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

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.AXclassifierNsumlImpl
All Implemented Interfaces:
AXclassifier, AXmodelElement
Direct Known Subclasses:
AXclassNsumlImpl

public class AXclassifierNsumlImpl
extends AXmodelElementNsumlImpl
implements AXclassifier

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.AXclassifier
INTERFACE
 
Constructor Summary
AXclassifierNsumlImpl(ru.novosoft.uml.foundation.core.MClassifier classifier, AXmodelNsumlImpl model)
           
 
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 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

AXclassifierNsumlImpl

public AXclassifierNsumlImpl(ru.novosoft.uml.foundation.core.MClassifier classifier,
                             AXmodelNsumlImpl model)
Method Detail

isVoidType

public boolean isVoidType()
Description copied from interface: AXclassifier

Check weather this type is a void type.

Specified by:
isVoidType in interface AXclassifier
Returns:
true if this classifier is a void type.

isNativeType

public boolean isNativeType()
Description copied from interface: AXclassifier

Check weather this type is a native type.

This returns true for UML DataTypes.

Specified by:
isNativeType in interface AXclassifier


Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.