public enum SystemType extends Enum<SystemType>
| 枚举常量和说明 |
|---|
AIX |
Any
任意
|
Digital_Unix |
FreeBSD |
HP_UX |
Irix |
Linux |
Mac_OS |
Mac_OS_X |
MPEiX |
NetWare_411 |
OpenVMS |
OS2 |
OS390 |
OSF1 |
Others |
Solaris |
SunOS |
Windows |
public static final SystemType Any
public static final SystemType Linux
public static final SystemType Mac_OS
public static final SystemType Mac_OS_X
public static final SystemType Windows
public static final SystemType OS2
public static final SystemType Solaris
public static final SystemType SunOS
public static final SystemType MPEiX
public static final SystemType HP_UX
public static final SystemType AIX
public static final SystemType OS390
public static final SystemType FreeBSD
public static final SystemType Irix
public static final SystemType Digital_Unix
public static final SystemType NetWare_411
public static final SystemType OSF1
public static final SystemType OpenVMS
public static final SystemType Others
public static SystemType[] values()
for (SystemType c : SystemType.values()) System.out.println(c);
public static SystemType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String toString()
toString 在类中 Enum<SystemType>Copyright © 2022. All rights reserved.