Package com.foxinmy.weixin4j.mp.type
Enum IndustryType
- java.lang.Object
-
- java.lang.Enum<IndustryType>
-
- com.foxinmy.weixin4j.mp.type.IndustryType
-
- All Implemented Interfaces:
Serializable
,Comparable<IndustryType>
public enum IndustryType extends Enum<IndustryType>
模板消息所用到的行业信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndustryType
getIndustry(String primary, String secondary)
String
getPrimary()
String
getSecondary()
int
getTypeId()
static IndustryType
valueOf(String name)
Returns the enum constant of this type with the specified name.static IndustryType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ITKEJI_HULIANWANG$DIANZISHANGWU
public static final IndustryType ITKEJI_HULIANWANG$DIANZISHANGWU
-
ITKEJI_ITRUANJIANYUFUWU
public static final IndustryType ITKEJI_ITRUANJIANYUFUWU
-
ITKEJI_ITYINGJIANYUSHEBEI
public static final IndustryType ITKEJI_ITYINGJIANYUSHEBEI
-
ITKEJI_DIANZIJISHU
public static final IndustryType ITKEJI_DIANZIJISHU
-
ITKEJI_TONGXINYUYUNYINGSHANG
public static final IndustryType ITKEJI_TONGXINYUYUNYINGSHANG
-
ITKEJI_WANGLUOYOUXI
public static final IndustryType ITKEJI_WANGLUOYOUXI
-
JINRONGYE_YINHANG
public static final IndustryType JINRONGYE_YINHANG
-
JINRONGYE_JIJIN$LICAI$XINTUO
public static final IndustryType JINRONGYE_JIJIN$LICAI$XINTUO
-
JINRONGYE_BAOXIAN
public static final IndustryType JINRONGYE_BAOXIAN
-
CANYIN_CANYIN
public static final IndustryType CANYIN_CANYIN
-
JIUDIANLUYOU_JIUDIAN
public static final IndustryType JIUDIANLUYOU_JIUDIAN
-
JIUDIANLUYOU_LUYOU
public static final IndustryType JIUDIANLUYOU_LUYOU
-
YUNSHUYUCANGCHU_KUAIDI
public static final IndustryType YUNSHUYUCANGCHU_KUAIDI
-
YUNSHUYUCANGCHU_WULIU
public static final IndustryType YUNSHUYUCANGCHU_WULIU
-
YUNSHUYUCANGCHU_CANGCHU
public static final IndustryType YUNSHUYUCANGCHU_CANGCHU
-
JIAOYU_PEIXUN
public static final IndustryType JIAOYU_PEIXUN
-
JIAOYU_YUANXIAO
public static final IndustryType JIAOYU_YUANXIAO
-
ZHENGFUYUGONGGONGSHIYE_XUESHUKEYAN
public static final IndustryType ZHENGFUYUGONGGONGSHIYE_XUESHUKEYAN
-
ZHENGFUYUGONGGONGSHIYE_JIAOJING
public static final IndustryType ZHENGFUYUGONGGONGSHIYE_JIAOJING
-
ZHENGFUYUGONGGONGSHIYE_BOWUGUAN
public static final IndustryType ZHENGFUYUGONGGONGSHIYE_BOWUGUAN
-
ZHENGFUYUGONGGONGSHIYE_GONGGONGSHIYE$FEIYINGLIJIGOU
public static final IndustryType ZHENGFUYUGONGGONGSHIYE_GONGGONGSHIYE$FEIYINGLIJIGOU
-
YIYAOHULI_YIYAOYILIAO
public static final IndustryType YIYAOHULI_YIYAOYILIAO
-
YIYAOHULI_HULIMEIRONG
public static final IndustryType YIYAOHULI_HULIMEIRONG
-
YIYAOHULI_BAOJIANYUWEISHENG
public static final IndustryType YIYAOHULI_BAOJIANYUWEISHENG
-
JIAOTONGGONGJU_QICHEXIANGGUAN
public static final IndustryType JIAOTONGGONGJU_QICHEXIANGGUAN
-
JIAOTONGGONGJU_MOTUOCHEXIANGGUAN
public static final IndustryType JIAOTONGGONGJU_MOTUOCHEXIANGGUAN
-
JIAOTONGGONGJU_HUOCHEXIANGGUAN
public static final IndustryType JIAOTONGGONGJU_HUOCHEXIANGGUAN
-
JIAOTONGGONGJU_FEIJIXIANGGUAN
public static final IndustryType JIAOTONGGONGJU_FEIJIXIANGGUAN
-
FANGDICHAN_JIANZHU
public static final IndustryType FANGDICHAN_JIANZHU
-
FANGDICHAN_WUYE
public static final IndustryType FANGDICHAN_WUYE
-
XIAOFEIPIN_XIAOFEIPIN
public static final IndustryType XIAOFEIPIN_XIAOFEIPIN
-
SHANGYEFUWU_FALU
public static final IndustryType SHANGYEFUWU_FALU
-
SHANGYEFUWU_HUIZHAN
public static final IndustryType SHANGYEFUWU_HUIZHAN
-
SHANGYEFUWU_ZHONGJIEFUWU
public static final IndustryType SHANGYEFUWU_ZHONGJIEFUWU
-
SHANGYEFUWU_RENZHENG
public static final IndustryType SHANGYEFUWU_RENZHENG
-
SHANGYEFUWU_SHENJI
public static final IndustryType SHANGYEFUWU_SHENJI
-
WENTIYULE_CHUANMEI
public static final IndustryType WENTIYULE_CHUANMEI
-
WENTIYULE_TIYU
public static final IndustryType WENTIYULE_TIYU
-
WENTIYULE_YULEXIUXIAN
public static final IndustryType WENTIYULE_YULEXIUXIAN
-
YINSHUA_YINSHUA
public static final IndustryType YINSHUA_YINSHUA
-
QITA_QITA
public static final IndustryType QITA_QITA
-
-
Method Detail
-
values
public static IndustryType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IndustryType c : IndustryType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IndustryType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getPrimary
public String getPrimary()
-
getSecondary
public String getSecondary()
-
getTypeId
public int getTypeId()
-
getIndustry
public static IndustryType getIndustry(String primary, String secondary)
-
-