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

Packages that use TVariables
com.ebmwebsourcing.easybpel.model.bpel.api.variable   
com.ebmwebsourcing.easybpel.model.bpel.executable   
 

Uses of TVariables in com.ebmwebsourcing.easybpel.model.bpel.api.variable
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.variable that return TVariables
 TVariables BPELVariable.getVariables()
           
 TVariables BPELVariableImpl.getVariables()
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.api.variable with parameters of type TVariables
BPELVariableImpl(TVariable model, TVariables variables, BPELElement parent)
           
 

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

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TVariables
protected  TVariables TProcess.variables
           
protected  TVariables TScope.variables
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TVariables
 TVariables ObjectFactory.createTVariables()
          Create an instance of TVariables
 TVariables TProcess.getVariables()
          Gets the value of the variables property.
 TVariables TScope.getVariables()
          Gets the value of the variables property.
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TVariables
 javax.xml.bind.JAXBElement<TVariables> ObjectFactory.createVariables(TVariables value)
          Create an instance of JAXBElement<TVariables>}
 void TProcess.setVariables(TVariables value)
          Sets the value of the variables property.
 void TScope.setVariables(TVariables value)
          Sets the value of the variables property.
 



Copyright © 2011 Petals Link. All Rights Reserved.