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

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

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

Fields in com.ebmwebsourcing.easybpel.model.bpel._abstract declared as TDurationExpr
protected  TDurationExpr TOnAlarmPick._for
           
protected  TDurationExpr TOnAlarmEvent._for
           
protected  TDurationExpr TWait._for
           
protected  TDurationExpr TOnAlarmEvent.repeatEvery
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract that return TDurationExpr
 TDurationExpr ObjectFactory.createTDurationExpr()
          Create an instance of TDurationExpr
 TDurationExpr TOnAlarmPick.getFor()
          Gets the value of the for property.
 TDurationExpr TOnAlarmEvent.getFor()
          Gets the value of the for property.
 TDurationExpr TWait.getFor()
          Gets the value of the for property.
 TDurationExpr TOnAlarmEvent.getRepeatEvery()
          Gets the value of the repeatEvery property.
 

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

Methods in com.ebmwebsourcing.easybpel.model.bpel._abstract with parameters of type TDurationExpr
 javax.xml.bind.JAXBElement<TDurationExpr> ObjectFactory.createFor(TDurationExpr value)
          Create an instance of JAXBElement<TDurationExpr>}
 javax.xml.bind.JAXBElement<TDurationExpr> ObjectFactory.createRepeatEvery(TDurationExpr value)
          Create an instance of JAXBElement<TDurationExpr>}
 void TOnAlarmPick.setFor(TDurationExpr value)
          Sets the value of the for property.
 void TOnAlarmEvent.setFor(TDurationExpr value)
          Sets the value of the for property.
 void TWait.setFor(TDurationExpr value)
          Sets the value of the for property.
 void TOnAlarmEvent.setRepeatEvery(TDurationExpr value)
          Sets the value of the repeatEvery property.
 



Copyright © 2011 Petals Link. All Rights Reserved.