|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.clients.api.workflow.Switch.Case
public static class Switch.Case
The representation of the code branch with the condition to be tested in order to execute the branch.
Constructor Summary | |
---|---|
Switch.Case(java.lang.String condition,
Action action)
Create the code branch. |
Method Summary | |
---|---|
Action |
getAction()
Get the action. |
java.lang.String |
getCondition()
Get the condition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Switch.Case(java.lang.String condition, Action action)
condition
- the XPath condition (this expression must return the boolean value)action
- the action to be executedMethod Detail |
---|
public Action getAction()
public java.lang.String getCondition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |