public enum EPlatform extends Enum<EPlatform>
| 枚举常量和说明 |
|---|
AIX |
ANY |
DIGITAL_UNIX |
FREE_BSD |
HP_UX |
IRIX |
LINUX |
MAC_OS |
MAC_OS_X |
MP_EI_X |
NET_WARE_411 |
OPEN_VMS |
OS_2 |
OS390 |
OSF1 |
OTHERS |
SOLARIS |
SUN_OS |
WINDOWS |
public static final EPlatform ANY
public static final EPlatform LINUX
public static final EPlatform MAC_OS
public static final EPlatform MAC_OS_X
public static final EPlatform WINDOWS
public static final EPlatform OS_2
public static final EPlatform SOLARIS
public static final EPlatform SUN_OS
public static final EPlatform MP_EI_X
public static final EPlatform HP_UX
public static final EPlatform AIX
public static final EPlatform OS390
public static final EPlatform FREE_BSD
public static final EPlatform IRIX
public static final EPlatform DIGITAL_UNIX
public static final EPlatform NET_WARE_411
public static final EPlatform OSF1
public static final EPlatform OPEN_VMS
public static final EPlatform OTHERS
public static EPlatform[] values()
for (EPlatform c : EPlatform.values()) System.out.println(c);
public static EPlatform valueOf(String name)
IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023 tan. All rights reserved.