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 RunMode
RunMode. getCurrent()
Gets the current run mode.static RunMode
RunMode. 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 void
RunMode. setRunMode(RunMode runMode)
Assigns the run mode.static void
RunMode. setRunMode(RunMode runMode, IDesignerPost poster)
Assigns the run mode.