|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.model.elements.impl.BpelCaseImpl
Default implementation of the BpelCase
BPEL element.
Constructor Summary | |
BpelCaseImpl()
|
Method Summary | |
void |
activity(Activity activity)
|
BooleanExpression |
getBooleanExpression()
Get the BooleanExpression associated with this Case. |
Activity |
getCaseActivity()
Get the Activity associated with this Case. |
void |
setBooleanExpression(BooleanExpression booleanExpression)
Set the BooleanExpression associated with this Case. |
void |
setCaseActivity(Activity activity)
Set the Activity associated with this Case. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BpelCaseImpl()
Method Detail |
public void setBooleanExpression(BooleanExpression booleanExpression)
BpelCase
setBooleanExpression
in interface BpelCase
booleanExpression
- public BooleanExpression getBooleanExpression()
BpelCase
getBooleanExpression
in interface BpelCase
public void activity(Activity activity)
public void setCaseActivity(Activity activity)
BpelCase
setCaseActivity
in interface BpelCase
activity
- public Activity getCaseActivity()
BpelCase
getCaseActivity
in interface BpelCase
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |