jBPM :: BPMN2 EMF Extension Model 6.0.0-SNAPSHOT

Uses of Interface
bpsim.BooleanParameterType

Packages that use BooleanParameterType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of BooleanParameterType in bpsim
 

Methods in bpsim that return BooleanParameterType
 BooleanParameterType BpsimFactory.createBooleanParameterType()
          Returns a new object of class 'Boolean Parameter Type'
 BooleanParameterType DocumentRoot.getBooleanParameter()
          Returns the value of the 'Boolean Parameter' containment reference
 

Methods in bpsim with parameters of type BooleanParameterType
 void DocumentRoot.setBooleanParameter(BooleanParameterType value)
          Sets the value of the 'Boolean Parameter' containment reference
 

Uses of BooleanParameterType in bpsim.impl
 

Classes in bpsim.impl that implement BooleanParameterType
 class BooleanParameterTypeImpl
          An implementation of the model object 'Boolean Parameter Type'
 

Methods in bpsim.impl that return BooleanParameterType
 BooleanParameterType BpsimFactoryImpl.createBooleanParameterType()
           
 BooleanParameterType DocumentRootImpl.getBooleanParameter()
           
 

Methods in bpsim.impl with parameters of type BooleanParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetBooleanParameter(BooleanParameterType newBooleanParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setBooleanParameter(BooleanParameterType newBooleanParameter)
           
 

Uses of BooleanParameterType in bpsim.util
 

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


jBPM :: BPMN2 EMF Extension Model 6.0.0-SNAPSHOT

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