public enum BdcZfxxCxlyEnum extends Enum<BdcZfxxCxlyEnum>
| 枚举常量和说明 |
|---|
DJXT |
HFBIGDATACOMPANY |
HLWJ |
ZZCXJ |
ZZJHJ |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getCxly() |
static String |
getCxly(String code) |
void |
setCode(String code) |
void |
setCxly(String cxly) |
static BdcZfxxCxlyEnum |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BdcZfxxCxlyEnum[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final BdcZfxxCxlyEnum DJXT
public static final BdcZfxxCxlyEnum ZZCXJ
public static final BdcZfxxCxlyEnum HLWJ
public static final BdcZfxxCxlyEnum ZZJHJ
public static final BdcZfxxCxlyEnum HFBIGDATACOMPANY
public static BdcZfxxCxlyEnum[] values()
for (BdcZfxxCxlyEnum c : BdcZfxxCxlyEnum.values()) System.out.println(c);
public static BdcZfxxCxlyEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getCode()
public void setCode(String code)
public String getCxly()
public void setCxly(String cxly)
Copyright © 2020 GTMAP. All rights reserved.