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

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

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.
 

Uses of TDeadlineExpr in com.ebmwebsourcing.easybpel.model.bpel.impl.expression
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.expression with parameters of type TDeadlineExpr
BPELDeadLineExpressionImpl(TDeadlineExpr model, BPELElement parent)
           
 



Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.