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

Uses of OperationFacade in org.andromda.metafacades.uml
 

Subinterfaces of OperationFacade in org.andromda.metafacades.uml
 interface EntityQueryOperation
           Represents a persistent entity finder method.
 interface FrontEndControllerOperation
           Represents an operation modeled on a controller.
 interface ServiceOperation
           Reprsents an operation of a service.
 

Methods in org.andromda.metafacades.uml that return OperationFacade
 OperationFacade CallEventFacade.getOperation()
           The operation called by this event.
 OperationFacade CallActionFacade.getOperation()
           The operation called by this action.
 OperationFacade ParameterFacade.getOperation()
           If this parameter is located on an operation, this will represent that operation.
 OperationFacade OperationFacade.getOverriddenOperation()
           The operation this operation overrides, null if this operation is not overriding.
 



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