OperatingSystemStateTypes 枚举
定义
Defines values for OperatingSystemStateTypes.
public enum OperatingSystemStateTypes
- 继承
-
java.lang.Object
java.lang.Enum<OperatingSystemStateTypes>
OperatingSystemStateTypes
字段
GENERALIZED
|
Enum value Generalized.
|
SPECIALIZED
|
Enum value Specialized.
|
方法
fromString(String value)
Parses a serialized value to a OperatingSystemStateTypes instance.
public static OperatingSystemStateTypes fromString(String value)
参数
- value
-
String
the serialized value to parse.
返回
the parsed OperatingSystemStateTypes object, or null if unable to parse.
toString()
public String toString()
参数
- value
-
String
the serialized value to parse.
返回
适用于