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

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

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TValidate
 TValidate ObjectFactory.createTValidate()
          Create an instance of TValidate
 TValidate TActivityContainer.getValidate()
          Gets the value of the validate property.
 TValidate TWhile.getValidate()
          Gets the value of the validate property.
 TValidate TOnMessage.getValidate()
          Gets the value of the validate property.
 TValidate TProcess.getValidate()
          Gets the value of the validate property.
 TValidate TIf.getValidate()
          Gets the value of the validate property.
 TValidate TRepeatUntil.getValidate()
          Gets the value of the validate property.
 TValidate TOnAlarmPick.getValidate()
          Gets the value of the validate property.
 TValidate TElseif.getValidate()
          Gets the value of the validate property.
 TValidate TScope.getValidate()
          Gets the value of the validate property.
 

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

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



Copyright © 2012 Petals Link. All Rights Reserved.