Uses of Interface
bpsim.StringParameterType
-
Packages that use StringParameterType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of StringParameterType in bpsim
Methods in bpsim that return StringParameterType Modifier and Type Method Description StringParameterTypeBpsimFactory. createStringParameterType()Returns a new object of class 'String Parameter Type'.StringParameterTypeDocumentRoot. getStringParameter()Returns the value of the 'String Parameter' containment reference.Methods in bpsim with parameters of type StringParameterType Modifier and Type Method Description voidDocumentRoot. 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 Modifier and Type Class Description classStringParameterTypeImplAn implementation of the model object 'String Parameter Type'.Methods in bpsim.impl that return StringParameterType Modifier and Type Method Description StringParameterTypeBpsimFactoryImpl. createStringParameterType()StringParameterTypeDocumentRootImpl. getStringParameter()Methods in bpsim.impl with parameters of type StringParameterType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetStringParameter(StringParameterType newStringParameter, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setStringParameter(StringParameterType newStringParameter) -
Uses of StringParameterType in bpsim.util
Methods in bpsim.util with parameters of type StringParameterType Modifier and Type Method Description TBpsimSwitch. caseStringParameterType(StringParameterType object)Returns the result of interpreting the object as an instance of 'String Parameter Type'.
-