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

Packages that use TFrom
com.ebmwebsourcing.easybpel.model.bpel.executable   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign   
 

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

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TFrom
protected  TFrom TCopy.from
           
protected  TFrom TVariable.from
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TFrom
 TFrom ObjectFactory.createTFrom()
          Create an instance of TFrom
 TFrom TCopy.getFrom()
          Gets the value of the from property.
 TFrom TVariable.getFrom()
          Gets the value of the from property.
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TFrom
 javax.xml.bind.JAXBElement<TFrom> ObjectFactory.createFrom(TFrom value)
          Create an instance of JAXBElement<TFrom>}
 void TCopy.setFrom(TFrom value)
          Sets the value of the from property.
 void TVariable.setFrom(TFrom value)
          Sets the value of the from property.
 

Uses of TFrom in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign with parameters of type TFrom
FromImpl(TFrom model, BPELElementImpl parent)
           
 



Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.