public enum EPlatform extends Enum<EPlatform> implements IEnumCombobox
| 枚举常量和说明 |
|---|
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBatchSuffix() |
String |
getDesc_en()
得到英文的解释值
|
String |
getDesc_zh()
得到中文的解释值
|
String |
getDesc()
得到枚举对象的解释,如果没有任何的local或 不支持的local,时会调此方法解释
|
String |
getDescription() |
String |
getName()
得到枚举对象的name值
|
static EPlatform |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static EPlatform[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 OS2
public static final EPlatform Solaris
public static final EPlatform SunOS
public static final EPlatform MPEiX
public static final EPlatform HP_UX
public static final EPlatform AIX
public static final EPlatform OS390
public static final EPlatform FreeBSD
public static final EPlatform Irix
public static final EPlatform Digital_Unix
public static final EPlatform NetWare_411
public static final EPlatform OSF1
public static final EPlatform OpenVMS
public static final EPlatform Others
public static EPlatform[] values()
for (EPlatform c : EPlatform.values()) System.out.println(c);
public static EPlatform valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getBatchSuffix()
public String getDescription()
public String getDesc()
IEnumComboboxgetDesc 在接口中 IEnumComboboxpublic String getName()
IEnumComboboxgetName 在接口中 IEnumComboboxpublic String getDesc_zh()
IEnumComboboxgetDesc_zh 在接口中 IEnumComboboxpublic String getDesc_en()
IEnumComboboxgetDesc_en 在接口中 IEnumComboboxCopyright © 2020. All rights reserved.