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

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

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TSequence
 TSequence ObjectFactory.createTSequence()
          Create an instance of TSequence
 TSequence TActivityContainer.getSequence()
          Gets the value of the sequence property.
 TSequence TOnMessage.getSequence()
          Gets the value of the sequence property.
 TSequence TOnAlarmPick.getSequence()
          Gets the value of the sequence property.
 TSequence TIf.getSequence()
          Gets the value of the sequence property.
 TSequence TElseif.getSequence()
          Gets the value of the sequence property.
 TSequence TWhile.getSequence()
          Gets the value of the sequence property.
 TSequence TProcess.getSequence()
          Gets the value of the sequence property.
 TSequence TRepeatUntil.getSequence()
          Gets the value of the sequence property.
 TSequence TScope.getSequence()
          Gets the value of the sequence property.
 

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

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



Copyright © 2011 Petals Link. All Rights Reserved.