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

Packages that use TIf
com.ebmwebsourcing.easybpel.model.bpel.executable   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity   
 

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

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TIf
protected  TIf TWhile._if
           
protected  TIf TOnMessage._if
           
protected  TIf TActivityContainer._if
           
protected  TIf TRepeatUntil._if
           
protected  TIf TOnAlarmPick._if
           
protected  TIf TScope._if
           
protected  TIf TElseif._if
           
protected  TIf TIf._if
           
protected  TIf TProcess._if
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TIf
 TIf ObjectFactory.createTIf()
          Create an instance of TIf
 TIf TWhile.getIf()
          Gets the value of the if property.
 TIf TOnMessage.getIf()
          Gets the value of the if property.
 TIf TActivityContainer.getIf()
          Gets the value of the if property.
 TIf TRepeatUntil.getIf()
          Gets the value of the if property.
 TIf TOnAlarmPick.getIf()
          Gets the value of the if property.
 TIf TScope.getIf()
          Gets the value of the if property.
 TIf TElseif.getIf()
          Gets the value of the if property.
 TIf TIf.getIf()
          Gets the value of the if property.
 TIf TProcess.getIf()
          Gets the value of the if property.
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TIf
 javax.xml.bind.JAXBElement<TIf> ObjectFactory.createIf(TIf value)
          Create an instance of JAXBElement<TIf>}
 void TWhile.setIf(TIf value)
          Sets the value of the if property.
 void TOnMessage.setIf(TIf value)
          Sets the value of the if property.
 void TActivityContainer.setIf(TIf value)
          Sets the value of the if property.
 void TRepeatUntil.setIf(TIf value)
          Sets the value of the if property.
 void TOnAlarmPick.setIf(TIf value)
          Sets the value of the if property.
 void TScope.setIf(TIf value)
          Sets the value of the if property.
 void TElseif.setIf(TIf value)
          Sets the value of the if property.
 void TIf.setIf(TIf value)
          Sets the value of the if property.
 void TProcess.setIf(TIf value)
          Sets the value of the if property.
 

Uses of TIf in com.ebmwebsourcing.easybpel.model.bpel.impl.activity
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with parameters of type TIf
static Activity ActivityImpl.analyzeIfActivity(TIf internalActivity, BPELElementImpl parent)
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.activity with parameters of type TIf
IfImpl(TIf model, BPELElement parent)
           
 



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