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

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

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TWhile
 TWhile ObjectFactory.createTWhile()
          Create an instance of TWhile
 TWhile TActivityContainer.getWhile()
          Gets the value of the while property.
 TWhile TOnMessage.getWhile()
          Gets the value of the while property.
 TWhile TOnAlarmPick.getWhile()
          Gets the value of the while property.
 TWhile TIf.getWhile()
          Gets the value of the while property.
 TWhile TElseif.getWhile()
          Gets the value of the while property.
 TWhile TWhile.getWhile()
          Gets the value of the while property.
 TWhile TProcess.getWhile()
          Gets the value of the while property.
 TWhile TRepeatUntil.getWhile()
          Gets the value of the while property.
 TWhile TScope.getWhile()
          Gets the value of the while property.
 

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

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



Copyright © 2011 Petals Link. All Rights Reserved.