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

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

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

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

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

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

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



Copyright © 2011 Petals Link. All Rights Reserved.