Modifier and Type | Method and Description |
---|---|
List<FrontEndParameter> |
FrontEndView.getAllActionParameters()
All parameters for each action going out of this view.
|
List<FrontEndParameter> |
FrontEndView.getAllFormFields()
All fields from all forms on the given view.
|
List<FrontEndParameter> |
FrontEndControllerOperation.getFormFields()
The set of fields in the form made up form this controller operation's parameters.
|
List<FrontEndParameter> |
FrontEndAction.getFormFields()
Form fields for this action.
|
List<FrontEndParameter> |
FrontEndForward.getForwardParameters()
Tthe set of parameter used during transport in this forward.
|
List<FrontEndParameter> |
FrontEndFinalState.getInterUseCaseParameters()
Parameters that are directly entering this final state, they will be able to survive a trip
to the next use-case.
|
List<FrontEndParameter> |
FrontEndAction.getParameters()
All parameters sent by this "front-end" action.
|
List<FrontEndParameter> |
FrontEndView.getTables()
All tables belonging to the front end view.
|
List<FrontEndParameter> |
FrontEndView.getVariables()
All those variables that will be present as variables in the target view.
|
List<FrontEndParameter> |
FrontEndUseCase.getViewVariables()
The variables for all views in this use-case.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.