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

Uses of ParameterFacade in org.andromda.metafacades.uml
 

Subinterfaces of ParameterFacade in org.andromda.metafacades.uml
 interface FrontEndParameter
           A front-end parameter is a parameter passed between front-end action states.
 

Methods in org.andromda.metafacades.uml that return ParameterFacade
 ParameterFacade FrontEndAction.findParameter(String name)
           Finds the parameter on this action having the given name, if no parameter is found, null is returned instead.
 ParameterFacade OperationFacade.findParameter(String name)
           Finds the parameter on this operation having the given name, if no parameter is found, null is returned instead.
 ParameterFacade OperationFacade.getReturnParameter()
           (UML2 Only).
 



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