jBPM :: BPMN2 EMF Extension Model 6.0.0.CR2

Uses of Interface
bpsim.StringParameterType

Packages that use StringParameterType
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of StringParameterType in bpsim
 

Methods in bpsim that return StringParameterType
 StringParameterType BpsimFactory.createStringParameterType()
          Returns a new object of class 'String Parameter Type'
 StringParameterType DocumentRoot.getStringParameter()
          Returns the value of the 'String Parameter' containment reference
 

Methods in bpsim with parameters of type StringParameterType
 void DocumentRoot.setStringParameter(StringParameterType value)
          Sets the value of the 'String Parameter' containment reference
 

Uses of StringParameterType in bpsim.impl
 

Classes in bpsim.impl that implement StringParameterType
 class StringParameterTypeImpl
          An implementation of the model object 'String Parameter Type'
 

Methods in bpsim.impl that return StringParameterType
 StringParameterType BpsimFactoryImpl.createStringParameterType()
           
 StringParameterType DocumentRootImpl.getStringParameter()
           
 

Methods in bpsim.impl with parameters of type StringParameterType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetStringParameter(StringParameterType newStringParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setStringParameter(StringParameterType newStringParameter)
           
 

Uses of StringParameterType in bpsim.util
 

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


jBPM :: BPMN2 EMF Extension Model 6.0.0.CR2

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