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

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

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

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

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TDeadlineExpr
 TDeadlineExpr ObjectFactory.createTDeadlineExpr()
          Create an instance of TDeadlineExpr
 TDeadlineExpr TOnAlarmPick.getUntil()
          Gets the value of the until property.
 TDeadlineExpr TOnAlarmEvent.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._abstract 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._abstract 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 TOnAlarmEvent.setUntil(TDeadlineExpr value)
          Sets the value of the until property.
 void TWait.setUntil(TDeadlineExpr value)
          Sets the value of the until property.
 



Copyright © 2011 Petals Link. All Rights Reserved.