Uses of Class
com.ebmwebsourcing.easybpel.model.bpel.executable.TBooleanExpr

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 TWhile.condition
           
protected  TBooleanExpr TRepeatUntil.condition
           
protected  TBooleanExpr TElseif.condition
           
protected  TBooleanExpr TIf.condition
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TBooleanExpr
 TBooleanExpr ObjectFactory.createTBooleanExpr()
          Create an instance of TBooleanExpr
 TBooleanExpr TWhile.getCondition()
          Gets the value of the condition property.
 TBooleanExpr TRepeatUntil.getCondition()
          Gets the value of the condition property.
 TBooleanExpr TElseif.getCondition()
          Gets the value of the condition property.
 TBooleanExpr TIf.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 TWhile.setCondition(TBooleanExpr value)
          Sets the value of the condition property.
 void TRepeatUntil.setCondition(TBooleanExpr value)
          Sets the value of the condition property.
 void TElseif.setCondition(TBooleanExpr value)
          Sets the value of the condition property.
 void TIf.setCondition(TBooleanExpr value)
          Sets the value of the condition property.
 



Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.