Uses of Class
gw.config.ExecutionMode
-
Packages that use ExecutionMode Package Description gw.config gw.lang.gosuc.simple -
-
Uses of ExecutionMode in gw.config
Methods in gw.config that return ExecutionMode Modifier and Type Method Description static ExecutionModeExecutionMode. get()ExecutionModeIPlatformHelper. getExecutionMode()static ExecutionModeExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecutionMode in gw.lang.gosuc.simple
Methods in gw.lang.gosuc.simple that return ExecutionMode Modifier and Type Method Description ExecutionModeCompilerPlatformHelper. getExecutionMode()
-