public enum CommonCode extends Enum<CommonCode>
| 枚举常量和说明 |
|---|
BOSS |
CAC |
CAM |
CAS |
CBM |
CMC |
COMMON |
DMC |
DWPAY |
EMC |
EOC |
GMC |
GSC |
IAM |
LDMC |
LMC |
MSC |
OMC |
PMC |
RAM |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getPath() |
static CommonCode |
ofName(String name) |
Integer |
port() |
static CommonCode |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CommonCode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final CommonCode COMMON
public static final CommonCode IAM
public static final CommonCode EMC
public static final CommonCode CMC
public static final CommonCode OMC
public static final CommonCode GMC
public static final CommonCode BOSS
public static final CommonCode PMC
public static final CommonCode DMC
public static final CommonCode CAC
public static final CommonCode EOC
public static final CommonCode MSC
public static final CommonCode LMC
public static final CommonCode CAM
public static final CommonCode CBM
public static final CommonCode LDMC
public static final CommonCode CAS
public static final CommonCode GSC
public static final CommonCode DWPAY
public static final CommonCode RAM
public static CommonCode[] values()
for (CommonCode c : CommonCode.values()) System.out.println(c);
public static CommonCode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static CommonCode ofName(String name)
public String getCode()
public String getPath()
public Integer port()
Copyright © 2024. All rights reserved.