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

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

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

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract declared as TBoolean
protected  TBoolean TReceive.createInstance
           
protected  TBoolean TPick.createInstance
           
protected  TBoolean TProcess.exitOnStandardFault
           
protected  TBoolean TScope.exitOnStandardFault
           
protected  TBoolean TCopy.ignoreMissingFromData
           
protected  TBoolean TPartnerLink.initializePartnerRole
           
protected  TBoolean TScope.isolated
           
protected  TBoolean TCopy.keepSrcElementName
           
protected  TBoolean TExtension.mustUnderstand
           
protected  TBoolean TForEach.parallel
           
protected  TBoolean TBranches.successfulBranchesOnly
           
protected  TBoolean TProcess.suppressJoinFailure
           
protected  TBoolean TActivity.suppressJoinFailure
           
protected  TBoolean TAssign.validate
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TBoolean
static TBoolean TBoolean.fromValue(java.lang.String v)
           
 TBoolean TReceive.getCreateInstance()
          Gets the value of the createInstance property.
 TBoolean TPick.getCreateInstance()
          Gets the value of the createInstance property.
 TBoolean TProcess.getExitOnStandardFault()
          Gets the value of the exitOnStandardFault property.
 TBoolean TScope.getExitOnStandardFault()
          Gets the value of the exitOnStandardFault property.
 TBoolean TCopy.getIgnoreMissingFromData()
          Gets the value of the ignoreMissingFromData property.
 TBoolean TPartnerLink.getInitializePartnerRole()
          Gets the value of the initializePartnerRole property.
 TBoolean TScope.getIsolated()
          Gets the value of the isolated property.
 TBoolean TCopy.getKeepSrcElementName()
          Gets the value of the keepSrcElementName property.
 TBoolean TExtension.getMustUnderstand()
          Gets the value of the mustUnderstand property.
 TBoolean TForEach.getParallel()
          Gets the value of the parallel property.
 TBoolean TBranches.getSuccessfulBranchesOnly()
          Gets the value of the successfulBranchesOnly property.
 TBoolean TProcess.getSuppressJoinFailure()
          Gets the value of the suppressJoinFailure property.
 TBoolean TActivity.getSuppressJoinFailure()
          Gets the value of the suppressJoinFailure property.
 TBoolean TAssign.getValidate()
          Gets the value of the validate property.
static TBoolean TBoolean.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TBoolean[] TBoolean.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract with parameters of type TBoolean
 void TReceive.setCreateInstance(TBoolean value)
          Sets the value of the createInstance property.
 void TPick.setCreateInstance(TBoolean value)
          Sets the value of the createInstance property.
 void TProcess.setExitOnStandardFault(TBoolean value)
          Sets the value of the exitOnStandardFault property.
 void TScope.setExitOnStandardFault(TBoolean value)
          Sets the value of the exitOnStandardFault property.
 void TCopy.setIgnoreMissingFromData(TBoolean value)
          Sets the value of the ignoreMissingFromData property.
 void TPartnerLink.setInitializePartnerRole(TBoolean value)
          Sets the value of the initializePartnerRole property.
 void TScope.setIsolated(TBoolean value)
          Sets the value of the isolated property.
 void TCopy.setKeepSrcElementName(TBoolean value)
          Sets the value of the keepSrcElementName property.
 void TExtension.setMustUnderstand(TBoolean value)
          Sets the value of the mustUnderstand property.
 void TForEach.setParallel(TBoolean value)
          Sets the value of the parallel property.
 void TBranches.setSuccessfulBranchesOnly(TBoolean value)
          Sets the value of the successfulBranchesOnly property.
 void TProcess.setSuppressJoinFailure(TBoolean value)
          Sets the value of the suppressJoinFailure property.
 void TActivity.setSuppressJoinFailure(TBoolean value)
          Sets the value of the suppressJoinFailure property.
 void TAssign.setValidate(TBoolean value)
          Sets the value of the validate property.
 



Copyright © 2012 Petals Link. All Rights Reserved.