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

Packages that use TExpression
com.ebmwebsourcing.easybpel.model.bpel.executable   
 

Uses of TExpression in com.ebmwebsourcing.easybpel.model.bpel.executable
 

Subclasses of TExpression in com.ebmwebsourcing.easybpel.model.bpel.executable
 class TBooleanExpr
          Java class for tBoolean-expr complex type.
 class TBranches
          Java class for tBranches complex type.
 class TCondition
          Java class for tCondition complex type.
 class TDeadlineExpr
          Java class for tDeadline-expr complex type.
 class TDurationExpr
          Java class for tDuration-expr complex type.
 

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TExpression
protected  TExpression TForEach.finalCounterValue
           
protected  TExpression TForEach.startCounterValue
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TExpression
 TExpression ObjectFactory.createTExpression()
          Create an instance of TExpression
 TExpression TForEach.getFinalCounterValue()
          Gets the value of the finalCounterValue property.
 TExpression TForEach.getStartCounterValue()
          Gets the value of the startCounterValue property.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return types with arguments of type TExpression
 javax.xml.bind.JAXBElement<TExpression> ObjectFactory.createFinalCounterValue(TExpression value)
          Create an instance of JAXBElement<TExpression>}
 javax.xml.bind.JAXBElement<TExpression> ObjectFactory.createStartCounterValue(TExpression value)
          Create an instance of JAXBElement<TExpression>}
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TExpression
 javax.xml.bind.JAXBElement<TExpression> ObjectFactory.createFinalCounterValue(TExpression value)
          Create an instance of JAXBElement<TExpression>}
 javax.xml.bind.JAXBElement<TExpression> ObjectFactory.createStartCounterValue(TExpression value)
          Create an instance of JAXBElement<TExpression>}
 void TForEach.setFinalCounterValue(TExpression value)
          Sets the value of the finalCounterValue property.
 void TForEach.setStartCounterValue(TExpression value)
          Sets the value of the startCounterValue property.
 



Copyright © 2012 Petals Link. All Rights Reserved.