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

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

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

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TCondition
protected  TCondition TTargets.joinCondition
           
protected  TCondition TSource.transitionCondition
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TCondition
 TCondition ObjectFactory.createTCondition()
          Create an instance of TCondition
 TCondition TTargets.getJoinCondition()
          Gets the value of the joinCondition property.
 TCondition TSource.getTransitionCondition()
          Gets the value of the transitionCondition property.
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TCondition
 javax.xml.bind.JAXBElement<TCondition> ObjectFactory.createJoinCondition(TCondition value)
          Create an instance of JAXBElement<TCondition>}
 javax.xml.bind.JAXBElement<TCondition> ObjectFactory.createTransitionCondition(TCondition value)
          Create an instance of JAXBElement<TCondition>}
 void TTargets.setJoinCondition(TCondition value)
          Sets the value of the joinCondition property.
 void TSource.setTransitionCondition(TCondition value)
          Sets the value of the transitionCondition property.
 



Copyright © 2012 Petals Link. All Rights Reserved.