Uses of Interface
bpsim.EnumParameterType
-
Packages that use EnumParameterType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of EnumParameterType in bpsim
Methods in bpsim that return EnumParameterType Modifier and Type Method Description EnumParameterTypeBpsimFactory. createEnumParameterType()Returns a new object of class 'Enum Parameter Type'.EnumParameterTypeDocumentRoot. getEnumParameter()Returns the value of the 'Enum Parameter' containment reference.Methods in bpsim with parameters of type EnumParameterType Modifier and Type Method Description voidDocumentRoot. 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 Modifier and Type Class Description classEnumParameterTypeImplAn implementation of the model object 'Enum Parameter Type'.Methods in bpsim.impl that return EnumParameterType Modifier and Type Method Description EnumParameterTypeBpsimFactoryImpl. createEnumParameterType()EnumParameterTypeDocumentRootImpl. getEnumParameter()Methods in bpsim.impl with parameters of type EnumParameterType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetEnumParameter(EnumParameterType newEnumParameter, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setEnumParameter(EnumParameterType newEnumParameter) -
Uses of EnumParameterType in bpsim.util
Methods in bpsim.util with parameters of type EnumParameterType Modifier and Type Method Description TBpsimSwitch. caseEnumParameterType(EnumParameterType object)Returns the result of interpreting the object as an instance of 'Enum Parameter Type'.
-