Uses of Interface
de.armax.ax.devtools.uml.AXclassifier

Packages that use AXclassifier
de.armax.ax.devtools.generator   
de.armax.ax.devtools.uml This package contains our UML abstraction layer specification. 
de.armax.ax.devtools.uml.mdr This is the MDR based implementation of our UML abstraction layer. 
de.armax.ax.devtools.uml.nsuml This is the NSUML based implementation of our UML abstraction layer. 
 

Uses of AXclassifier in de.armax.ax.devtools.generator
 

Methods in de.armax.ax.devtools.generator with parameters of type AXclassifier
 java.lang.String AXojbHelper.getWrappedVariable(AXclassifier type, java.lang.String value)
           
 java.lang.String AXojbHelper.getSufficientlyQualifiedCasted(AXclassifier type, AXclass reference, java.lang.String value)
           
 

Uses of AXclassifier in de.armax.ax.devtools.uml
 

Subinterfaces of AXclassifier in de.armax.ax.devtools.uml
 interface AXclass
          Metamodel for UML class and UML interface
 

Classes in de.armax.ax.devtools.uml that implement AXclassifier
 class AXclassifierVoid
          Convenience class representing a void type.
 

Methods in de.armax.ax.devtools.uml that return AXclassifier
 AXclassifier AXparameter.getType()
          Get the type of the parameter.
 AXclassifier AXoperation.getReturnType()
          Get the return type of this operation.
 AXclassifier AXmodelBundle.getRealClassifier(AXclassifier dummyClassifier)
          Get the "real" classifier for a reference classifier.
static AXclassifier AXclassifierVoid.getInstance(AXmodel model)
          Use this method to get a void instance of the AXclassifier interface
 AXclassifier AXattribute.getType()
          Get the type of this attribute
 

Methods in de.armax.ax.devtools.uml with parameters of type AXclassifier
 AXclassifier AXmodelBundle.getRealClassifier(AXclassifier dummyClassifier)
          Get the "real" classifier for a reference classifier.
 

Uses of AXclassifier in de.armax.ax.devtools.uml.mdr
 

Classes in de.armax.ax.devtools.uml.mdr that implement AXclassifier
 class AXclassifierMdrImpl
           
 class AXclassMdrImpl
           
 

Methods in de.armax.ax.devtools.uml.mdr that return AXclassifier
 AXclassifier AXparameterMdrImpl.getType()
           
 AXclassifier AXoperationMdrImpl.getReturnType()
           
 AXclassifier AXattributeMdrImpl.getType()
           
 

Uses of AXclassifier in de.armax.ax.devtools.uml.nsuml
 

Classes in de.armax.ax.devtools.uml.nsuml that implement AXclassifier
 class AXclassifierNsumlImpl
           
 class AXclassNsumlImpl
           
 

Methods in de.armax.ax.devtools.uml.nsuml that return AXclassifier
 AXclassifier AXparameterNsumlImpl.getType()
           
 AXclassifier AXoperationNsumlImpl.getReturnType()
           
 AXclassifier AXattributeNsumlImpl.getType()
           
 



Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.