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

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

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

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

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

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

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



Copyright © 2011 Petals Link. All Rights Reserved.