|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TBooleanExpr | |
|---|---|
| com.ebmwebsourcing.easybpel.model.bpel.executable | |
| Uses of TBooleanExpr in com.ebmwebsourcing.easybpel.model.bpel.executable |
|---|
| Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TBooleanExpr | |
|---|---|
protected TBooleanExpr |
TIf.condition
|
protected TBooleanExpr |
TElseif.condition
|
protected TBooleanExpr |
TWhile.condition
|
protected TBooleanExpr |
TRepeatUntil.condition
|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TBooleanExpr | |
|---|---|
TBooleanExpr |
ObjectFactory.createTBooleanExpr()
Create an instance of TBooleanExpr |
TBooleanExpr |
TIf.getCondition()
Gets the value of the condition property. |
TBooleanExpr |
TElseif.getCondition()
Gets the value of the condition property. |
TBooleanExpr |
TWhile.getCondition()
Gets the value of the condition property. |
TBooleanExpr |
TRepeatUntil.getCondition()
Gets the value of the condition property. |
| Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return types with arguments of type TBooleanExpr | |
|---|---|
javax.xml.bind.JAXBElement<TBooleanExpr> |
ObjectFactory.createCondition(TBooleanExpr value)
Create an instance of JAXBElement<TBooleanExpr>} |
| Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TBooleanExpr | |
|---|---|
javax.xml.bind.JAXBElement<TBooleanExpr> |
ObjectFactory.createCondition(TBooleanExpr value)
Create an instance of JAXBElement<TBooleanExpr>} |
void |
TIf.setCondition(TBooleanExpr value)
Sets the value of the condition property. |
void |
TElseif.setCondition(TBooleanExpr value)
Sets the value of the condition property. |
void |
TWhile.setCondition(TBooleanExpr value)
Sets the value of the condition property. |
void |
TRepeatUntil.setCondition(TBooleanExpr value)
Sets the value of the condition property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||