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

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

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

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

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

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

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



Copyright © 2012 Petals Link. All Rights Reserved.