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

Packages that use TExpression
com.ebmwebsourcing.easybpel.model.bpel.executable   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator   
com.ebmwebsourcing.easybpel.model.bpel.impl.expression   
 

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.
 

Uses of TExpression in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator with parameters of type TExpression
 java.lang.String ForEachValidatorImpl.getContent(TExpression exp)
           
 

Uses of TExpression in com.ebmwebsourcing.easybpel.model.bpel.impl.expression
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.expression with parameters of type TExpression
BPELBooleanExpressionImpl(TExpression model, BPELElement parent)
           
BPELElementExpressionImpl(javax.xml.namespace.QName name, TExpression model, BPELElement parent)
           
BPELExpressionImpl(javax.xml.namespace.QName tag, TExpression model, BPELElement parent)
           
BPELUnsignedIntegerExpressionImpl(javax.xml.namespace.QName name, TExpression model, BPELElement parent)
           
 



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