|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SemCategory>
com.foxinmy.weixin4j.mp.type.SemCategory
public enum SemCategory
垂直服务协议
| Enum Constant Summary | |
|---|---|
app
|
|
baike
|
|
car_instruction
|
|
cookbook
知识类 |
|
coupon
|
|
flight
|
|
hotel
旅行类 |
|
instruction
|
|
map
|
|
movie
娱乐类 |
|
music
|
|
nearby
|
|
news
|
|
novel
|
|
remind
|
|
restaurant
生活类 |
|
search
|
|
stock
|
|
telephone
|
|
train
|
|
travel
|
|
tv
其他类 |
|
tv_instruction
|
|
video
|
|
weather
工具类 |
|
website
|
|
| Method Summary | |
|---|---|
String |
getDesc()
|
String |
getMain()
|
String |
getRemark()
|
static SemCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SemCategory[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SemCategory restaurant
public static final SemCategory map
public static final SemCategory nearby
public static final SemCategory coupon
public static final SemCategory hotel
public static final SemCategory travel
public static final SemCategory flight
public static final SemCategory train
public static final SemCategory movie
public static final SemCategory music
public static final SemCategory video
public static final SemCategory novel
public static final SemCategory weather
public static final SemCategory stock
public static final SemCategory remind
public static final SemCategory telephone
public static final SemCategory cookbook
public static final SemCategory baike
public static final SemCategory news
public static final SemCategory tv
public static final SemCategory instruction
public static final SemCategory tv_instruction
public static final SemCategory car_instruction
public static final SemCategory app
public static final SemCategory website
public static final SemCategory search
| Method Detail |
|---|
public static SemCategory[] values()
for (SemCategory c : SemCategory.values()) System.out.println(c);
public static SemCategory valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getMain()
public String getDesc()
public String getRemark()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||