public final class ActionStateImpl extends AbstractState implements ActionState
ActionStateImpl is a basic implementation of
ActionState.
| Constructor and Description |
|---|
ActionStateImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
Return the method binding expression specifying the method to be
invoked when this
State is entered. |
void |
setMethod(String method)
Set the method binding expression specifying the method to be
invoked when this
State is entered. |
String |
toString()
Render a printable version of this instance.
|
addTransition, findTransition, getDialog, getName, getTransitionOutcomes, removeTransition, setDialog, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindTransition, getDialog, getName, getTransitionOutcomespublic String getMethod()
Return the method binding expression specifying the method to be
invoked when this State is entered.
getMethod in interface ActionStatepublic String toString()
Render a printable version of this instance.
public void setMethod(String method)
Set the method binding expression specifying the method to be
invoked when this State is entered.
method - The new method binding expressionCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.