Uses of Enum Class
ch.nolix.baseapi.programcontrol.processproperty.RepetitionMode
Packages that use RepetitionMode
-
Uses of RepetitionMode in ch.nolix.baseapi.programcontrol.processproperty
Subclasses with type arguments of type RepetitionMode in ch.nolix.baseapi.programcontrol.processpropertyModifier and TypeClassDescriptionenumARepetitionModedefines if a process should run once or be repeated forever.Methods in ch.nolix.baseapi.programcontrol.processproperty that return RepetitionModeModifier and TypeMethodDescriptionstatic RepetitionModeReturns the enum constant of this class with the specified name.static RepetitionMode[]RepetitionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.