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

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

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract 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._abstract 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._abstract 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 © 2008-2009 eBM WebSourcing. All Rights Reserved.