Uses of Enum Class
com.iizix.RunMode
Packages that use RunMode
Uses of RunMode in com.iizix
Modifier and TypeMethodDescriptionstatic RunModeRunMode.getCurrent()Gets the current run mode.static RunModeReturns 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 voidRunMode.setRunMode(RunMode runMode) Assigns the run mode.static voidRunMode.setRunMode(RunMode runMode, IDesignerPost poster) Assigns the run mode.