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 Destination
          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 NodeFacade
          Metafacade interface to be used by AndroMDA cartridges.
 interface Queue
          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 Topic
          Metafacade interface to be used by AndroMDA cartridges.
 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 ModelFacade.findClassWithTaggedValueOrHyperlink(java.lang.String tag, java.lang.String value)
           
 ClassifierFacade ClassifierFacade.getArray()
           Gets the array type for this classifier.
 ClassifierFacade EnumerationFacade.getLiteralType()
           The type of the enumeration's literals.
 ClassifierFacade ClassifierFacade.getNonArray()
           Assuming that the classifier is an array, this will return the non array type of the classifier from
 ClassifierFacade OperationFacade.getOwner()
           Gets the owner of this operation
 ClassifierFacade AttributeFacade.getOwner()
           Gets the classifer who is the owner of the attributes.
 ClassifierFacade OperationFacade.getReturnType()
           
 ClassifierFacade ClassifierFacade.getSuperClass()
           This class' superclass, returns the generalization if it is a ClassifierFacade, null otherwise.
 ClassifierFacade ObjectFlowStateFacade.getType()
           
 ClassifierFacade AssociationEndFacade.getType()
           The classifier attached to this association end.
 ClassifierFacade ParameterFacade.getType()
           
 ClassifierFacade AttributeFacade.getType()
           The classifier owning this attribute.
 

Methods in org.andromda.metafacades.uml with parameters of type ClassifierFacade
static java.lang.String UMLMetafacadeUtils.getGetterPrefix(ClassifierFacade type)
          Gets the getter prefix for a getter operation given the type.
static boolean UMLMetafacadeUtils.isType(ClassifierFacade classifier, java.lang.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
 



Copyright © 2003-2009 AndroMDA.org. All Rights Reserved.