public enum IndustryType extends Enum<IndustryType>
Description:
| 限定符和类型 | 方法和说明 |
|---|---|
static IndustryType |
getIndustry(String primary,
String secondary) |
String |
getPrimary() |
String |
getSecondary() |
int |
getTypeId() |
static IndustryType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IndustryType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final IndustryType ITKEJI_HULIANWANG$DIANZISHANGWU
public static final IndustryType ITKEJI_ITRUANJIANYUFUWU
public static final IndustryType ITKEJI_ITYINGJIANYUSHEBEI
public static final IndustryType ITKEJI_DIANZIJISHU
public static final IndustryType ITKEJI_TONGXINYUYUNYINGSHANG
public static final IndustryType ITKEJI_WANGLUOYOUXI
public static final IndustryType JINRONGYE_YINHANG
public static final IndustryType JINRONGYE_JIJIN$LICAI$XINTUO
public static final IndustryType JINRONGYE_BAOXIAN
public static final IndustryType CANYIN_CANYIN
public static final IndustryType JIUDIANLUYOU_JIUDIAN
public static final IndustryType JIUDIANLUYOU_LUYOU
public static final IndustryType YUNSHUYUCANGCHU_KUAIDI
public static final IndustryType YUNSHUYUCANGCHU_WULIU
public static final IndustryType YUNSHUYUCANGCHU_CANGCHU
public static final IndustryType JIAOYU_PEIXUN
public static final IndustryType JIAOYU_YUANXIAO
public static final IndustryType ZHENGFUYUGONGGONGSHIYE_XUESHUKEYAN
public static final IndustryType ZHENGFUYUGONGGONGSHIYE_JIAOJING
public static final IndustryType ZHENGFUYUGONGGONGSHIYE_BOWUGUAN
public static final IndustryType ZHENGFUYUGONGGONGSHIYE_GONGGONGSHIYE$FEIYINGLIJIGOU
public static final IndustryType YIYAOHULI_YIYAOYILIAO
public static final IndustryType YIYAOHULI_HULIMEIRONG
public static final IndustryType YIYAOHULI_BAOJIANYUWEISHENG
public static final IndustryType JIAOTONGGONGJU_QICHEXIANGGUAN
public static final IndustryType JIAOTONGGONGJU_MOTUOCHEXIANGGUAN
public static final IndustryType JIAOTONGGONGJU_HUOCHEXIANGGUAN
public static final IndustryType JIAOTONGGONGJU_FEIJIXIANGGUAN
public static final IndustryType FANGDICHAN_JIANZHU
public static final IndustryType FANGDICHAN_WUYE
public static final IndustryType XIAOFEIPIN_XIAOFEIPIN
public static final IndustryType SHANGYEFUWU_FALU
public static final IndustryType SHANGYEFUWU_HUIZHAN
public static final IndustryType SHANGYEFUWU_ZHONGJIEFUWU
public static final IndustryType SHANGYEFUWU_RENZHENG
public static final IndustryType SHANGYEFUWU_SHENJI
public static final IndustryType WENTIYULE_CHUANMEI
public static final IndustryType WENTIYULE_TIYU
public static final IndustryType WENTIYULE_YULEXIUXIAN
public static final IndustryType YINSHUA_YINSHUA
public static final IndustryType QITA_QITA
public static IndustryType[] values()
for (IndustryType c : IndustryType.values()) System.out.println(c);
public static IndustryType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getPrimary()
public String getSecondary()
public int getTypeId()
public static IndustryType getIndustry(String primary, String secondary)
Copyright © 2020. All rights reserved.