Uses of Enum Class
ch.nolix.baseapi.programcontrol.processproperty.ProcessingMode
Packages that use ProcessingMode
-
Uses of ProcessingMode in ch.nolix.baseapi.programcontrol.processproperty
Subclasses with type arguments of type ProcessingMode in ch.nolix.baseapi.programcontrol.processpropertyModifier and TypeClassDescriptionenumAProcessingModedefines if a process should be run single-threaded or multi-threaded.Methods in ch.nolix.baseapi.programcontrol.processproperty that return ProcessingModeModifier and TypeMethodDescriptionstatic ProcessingModeReturns the enum constant of this class with the specified name.static ProcessingMode[]ProcessingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.