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

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

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

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract declared as TScope
protected  TScope TActivityContainer.scope
           
protected  TScope TWhile.scope
           
protected  TScope TOnMessage.scope
           
protected  TScope TProcess.scope
           
protected  TScope TOnAlarmEvent.scope
           
protected  TScope TIf.scope
           
protected  TScope TRepeatUntil.scope
           
protected  TScope TOnAlarmPick.scope
           
protected  TScope TForEach.scope
           
protected  TScope TElseif.scope
           
protected  TScope TOnEvent.scope
           
protected  TScope TScope.scope
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TScope
 TScope ObjectFactory.createTScope()
          Create an instance of TScope
 TScope TActivityContainer.getScope()
          Gets the value of the scope property.
 TScope TWhile.getScope()
          Gets the value of the scope property.
 TScope TOnMessage.getScope()
          Gets the value of the scope property.
 TScope TProcess.getScope()
          Gets the value of the scope property.
 TScope TOnAlarmEvent.getScope()
          Gets the value of the scope property.
 TScope TIf.getScope()
          Gets the value of the scope property.
 TScope TRepeatUntil.getScope()
          Gets the value of the scope property.
 TScope TOnAlarmPick.getScope()
          Gets the value of the scope property.
 TScope TForEach.getScope()
          Gets the value of the scope property.
 TScope TElseif.getScope()
          Gets the value of the scope property.
 TScope TOnEvent.getScope()
          Gets the value of the scope property.
 TScope TScope.getScope()
          Gets the value of the scope property.
 

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

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



Copyright © 2012 Petals Link. All Rights Reserved.