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

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

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

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

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

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

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



Copyright © 2011 Petals Link. All Rights Reserved.