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

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

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

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

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

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

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



Copyright © 2011 Petals Link. All Rights Reserved.