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

Packages that use TDeadlineExpr
com.ebmwebsourcing.easybpel.model.bpel.executable   
 

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

Fields in com.ebmwebsourcing.easybpel.model.bpel.executable declared as TDeadlineExpr
protected  TDeadlineExpr TOnAlarmPick.until
           
protected  TDeadlineExpr TWait.until
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable that return TDeadlineExpr
 TDeadlineExpr ObjectFactory.createTDeadlineExpr()
          Create an instance of TDeadlineExpr
 TDeadlineExpr TOnAlarmPick.getUntil()
          Gets the value of the until property.
 TDeadlineExpr TWait.getUntil()
          Gets the value of the until property.
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel.executable with parameters of type TDeadlineExpr
 javax.xml.bind.JAXBElement<TDeadlineExpr> ObjectFactory.createUntil(TDeadlineExpr value)
          Create an instance of JAXBElement<TDeadlineExpr>}
 void TOnAlarmPick.setUntil(TDeadlineExpr value)
          Sets the value of the until property.
 void TWait.setUntil(TDeadlineExpr value)
          Sets the value of the until property.
 



Copyright © 2012 Petals Link. All Rights Reserved.