Modifier and Type | Interface and Description |
---|---|
interface |
FrontEndParameter
A front-end parameter is a parameter passed between front-end action states.
|
Modifier and Type | Method and Description |
---|---|
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 |
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.getReturnParameter()
(UML2 Only).
|
Modifier and Type | Method and Description |
---|---|
Collection<ParameterFacade> |
OperationFacade.getArguments()
Specification of an argument used to pass information into or out of an invocation of a
behavioral
feature.
|
Collection<ParameterFacade> |
OperationFacade.getParameters()
Return all parameters for the operation, including the return parameter.
|
Collection<ParameterFacade> |
EventFacade.getParameters()
The parameters to this event.
|
Modifier and Type | Method and Description |
---|---|
static String |
MetafacadeUtils.getSignature(String name,
Collection<ParameterFacade> arguments,
boolean withArgumentNames,
String argumentModifier)
Creates a typed argument list with the given
arguments . |
static String |
MetafacadeUtils.getTypedArgumentList(Collection<ParameterFacade> arguments,
boolean withArgumentNames,
String modifier)
Creates a typed argument list with the given
arguments . |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.