Uses of Class
com.iizix.RunMode
Packages that use RunMode Package Description com.iizix Uses of RunMode in com.iizix
Methods in com.iizix that return RunMode Modifier and Type Method Description static RunModeRunMode. getCurrent()Gets the current run mode.static RunModeRunMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RunMode[]RunMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix with parameters of type RunMode Modifier and Type Method Description static voidRunMode. setRunMode(RunMode runMode)Assigns the run mode.static voidRunMode. setRunMode(RunMode runMode, IDesignerPost poster)Assigns the run mode.