Uses of Class
org.hpccsystems.ws.client.utils.Utils.HPCCEnvOSCode
-
Packages that use Utils.HPCCEnvOSCode Package Description org.hpccsystems.ws.client.platform Provides local representation of target HPCC Systems platform.org.hpccsystems.ws.client.utils Useful utilities for users of the HPCCWsClient libraries. -
-
Uses of Utils.HPCCEnvOSCode in org.hpccsystems.ws.client.platform
Methods in org.hpccsystems.ws.client.platform that return Utils.HPCCEnvOSCode Modifier and Type Method Description Utils.HPCCEnvOSCodePhysicalMachine. getOSCode()Gets the OS code. -
Uses of Utils.HPCCEnvOSCode in org.hpccsystems.ws.client.utils
Methods in org.hpccsystems.ws.client.utils that return Utils.HPCCEnvOSCode Modifier and Type Method Description static Utils.HPCCEnvOSCodeUtils.HPCCEnvOSCode. fromCode(int code)From code.Utils.HPCCEnvOSCodeUtils.HPCCEnvOSCode. fromName(String name)From name.static Utils.HPCCEnvOSCodeUtils.HPCCEnvOSCode. valueOf(String name)Returns the enum constant of this type with the specified name.static Utils.HPCCEnvOSCode[]Utils.HPCCEnvOSCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-