|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a view within a front end application.
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
List |
getActions()
All actions that can be triggered on this view. |
List |
getAllActionParameters()
All parameters for each action going out of this view. |
List |
getAllFormFields()
All fields from all forms on the given view. |
FrontEndUseCase |
getUseCase()
The use-case of which this view is a member. |
List |
getVariables()
All those variables that will be present as variables in the target view. |
boolean |
isFrontEndView()
True if this element carries the FrontEndView stereotype. |
boolean |
isFrontEndViewMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Methods inherited from interface org.andromda.metafacades.uml.FrontEndActionState |
getActionMethodName, getContainerActions, getControllerCalls, getExceptions, getForward, isContainedInFrontEndUseCase, isFrontEndActionStateMetaType, isServerSide |
| Methods inherited from interface org.andromda.metafacades.uml.ActionStateFacade |
getEntry, isActionStateFacadeMetaType |
| Methods inherited from interface org.andromda.metafacades.uml.StateFacade |
getDeferrableEvents, isStateFacadeMetaType |
| Methods inherited from interface org.andromda.metafacades.uml.StateVertexFacade |
getContainer, getIncoming, getOutgoing, getPartition, getStateMachine, isStateVertexFacadeMetaType |
| Method Detail |
public boolean isFrontEndViewMetaType()
truepublic List getActions()
All actions that can be triggered on this view.
public List getAllActionParameters()
All parameters for each action going out of this view.
public List getAllFormFields()
All fields from all forms on the given view.
public FrontEndUseCase getUseCase()
The use-case of which this view is a member.
public List getVariables()
All those variables that will be present as variables in the target view. These are the trigger parameters on the incoming transitions.
public boolean isFrontEndView()
True if this element carries the FrontEndView stereotype.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||