jBPM :: BPMN2 EMF Extension Model 6.1.0.CR1

Uses of Interface
bpsim.DurationParameterType

Packages that use DurationParameterType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of DurationParameterType in bpsim
 

Methods in bpsim that return DurationParameterType
 DurationParameterType BpsimFactory.createDurationParameterType()
          Returns a new object of class 'Duration Parameter Type'
 DurationParameterType DocumentRoot.getDurationParameter()
          Returns the value of the 'Duration Parameter' containment reference
 

Methods in bpsim with parameters of type DurationParameterType
 void DocumentRoot.setDurationParameter(DurationParameterType value)
          Sets the value of the 'Duration Parameter' containment reference
 

Uses of DurationParameterType in bpsim.impl
 

Classes in bpsim.impl that implement DurationParameterType
 class DurationParameterTypeImpl
          An implementation of the model object 'Duration Parameter Type'
 

Methods in bpsim.impl that return DurationParameterType
 DurationParameterType BpsimFactoryImpl.createDurationParameterType()
           
 DurationParameterType DocumentRootImpl.getDurationParameter()
           
 

Methods in bpsim.impl with parameters of type DurationParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDurationParameter(DurationParameterType newDurationParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setDurationParameter(DurationParameterType newDurationParameter)
           
 

Uses of DurationParameterType in bpsim.util
 

Methods in bpsim.util with parameters of type DurationParameterType
 T BpsimSwitch.caseDurationParameterType(DurationParameterType object)
          Returns the result of interpreting the object as an instance of 'Duration Parameter Type'
 


jBPM :: BPMN2 EMF Extension Model 6.1.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.