Uses of Interface
org.andromda.metafacades.uml.ClassifierFacade

Uses of ClassifierFacade in org.andromda.metafacades.uml
 

Subinterfaces of ClassifierFacade in org.andromda.metafacades.uml
 interface ActorFacade
          Metafacade interface to be used by AndroMDA cartridges.
 interface AssociationClassFacade
          Metafacade interface to be used by AndroMDA cartridges.
 interface Entity
           Represents a persistent entity.
 interface EnumerationFacade
           Represents an enumeration.
 interface FrontEndController
           A front end controller is assigned as the context of a use-case.
 interface FrontEndUseCase
           Represents a use case used in the "front end" of an application.
 interface ManageableEntity
          Metafacade interface to be used by AndroMDA cartridges.
 interface NamespaceFacade
          Metafacade interface to be used by AndroMDA cartridges.
 interface Role
           Represents a role a user may play within a system.
 interface Service
           Represents a service.
 interface UseCaseFacade
          Metafacade interface to be used by AndroMDA cartridges.
 interface ValueObject
           Represents a value object.
 

Methods in org.andromda.metafacades.uml that return ClassifierFacade
 ClassifierFacade ObjectFlowStateFacade.getType()
           
 ClassifierFacade ParameterFacade.getType()
           
 ClassifierFacade OperationFacade.getOwner()
           Gets the owner of this operation
 ClassifierFacade OperationFacade.getReturnType()
           
 ClassifierFacade AssociationEndFacade.getType()
           The classifier attached to this association end.
 ClassifierFacade EnumerationFacade.getLiteralType()
           The type of the enumeration's literals.
 ClassifierFacade AttributeFacade.getOwner()
           Gets the classifer who is the owner of the attributes.
 ClassifierFacade AttributeFacade.getType()
           The classifier owning this attribute.
 ClassifierFacade ClassifierFacade.getArray()
           Gets the array type for this classifier.
 ClassifierFacade ClassifierFacade.getNonArray()
           Assuming that the classifier is an array, this will return the non array type of the classifier from
 ClassifierFacade ClassifierFacade.getSuperClass()
           This class' superclass, returns the generalization if it is a ClassifierFacade, null otherwise.
 ClassifierFacade ModelFacade.findClassWithTaggedValueOrHyperlink(String tag, String value)
           
 

Methods in org.andromda.metafacades.uml with parameters of type ClassifierFacade
static boolean UMLMetafacadeUtils.isType(ClassifierFacade classifier, String typeName)
          Returns true or false depending on whether or not this Classifier or any of its specializations is of the given type having the specified typeName
static String UMLMetafacadeUtils.getGetterPrefix(ClassifierFacade type)
          Gets the getter prefix for a getter operation given the type.
 



Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.