Uses of Enum Class
com.iizix.RunMode
Uses of RunMode in com.iizix
Modifier and TypeMethodDescriptionstatic RunMode
RunMode.getCurrent()
Gets the current run mode.static RunMode
Returns the enum constant of this class with the specified name.static RunMode[]
RunMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
RunMode.setRunMode
(RunMode runMode) Assigns the run mode.static void
RunMode.setRunMode
(RunMode runMode, IDesignerPost poster) Assigns the run mode.