jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta5

Uses of Interface
bpsim.EnumParameterType

Packages that use EnumParameterType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of EnumParameterType in bpsim
 

Methods in bpsim that return EnumParameterType
 EnumParameterType BpsimFactory.createEnumParameterType()
          Returns a new object of class 'Enum Parameter Type'
 EnumParameterType DocumentRoot.getEnumParameter()
          Returns the value of the 'Enum Parameter' containment reference
 

Methods in bpsim with parameters of type EnumParameterType
 void DocumentRoot.setEnumParameter(EnumParameterType value)
          Sets the value of the 'Enum Parameter' containment reference
 

Uses of EnumParameterType in bpsim.impl
 

Classes in bpsim.impl that implement EnumParameterType
 class EnumParameterTypeImpl
          An implementation of the model object 'Enum Parameter Type'
 

Methods in bpsim.impl that return EnumParameterType
 EnumParameterType BpsimFactoryImpl.createEnumParameterType()
           
 EnumParameterType DocumentRootImpl.getEnumParameter()
           
 

Methods in bpsim.impl with parameters of type EnumParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetEnumParameter(EnumParameterType newEnumParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setEnumParameter(EnumParameterType newEnumParameter)
           
 

Uses of EnumParameterType in bpsim.util
 

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


jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta5

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