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

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

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract 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._abstract 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._abstract 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.