|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CouponAdvanceInfo.BusinessService>
com.foxinmy.weixin4j.model.card.CouponAdvanceInfo.BusinessService
public static enum CouponAdvanceInfo.BusinessService
商家服务
| Enum Constant Summary | |
|---|---|
BIZ_SERVICE_DELIVER
外卖服务 |
|
BIZ_SERVICE_FREE_PARK
停车位 |
|
BIZ_SERVICE_FREE_WIFI
免费wifi |
|
BIZ_SERVICE_WITH_PET
可带宠物 |
|
| Method Summary | |
|---|---|
static CouponAdvanceInfo.BusinessService |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CouponAdvanceInfo.BusinessService[] |
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 CouponAdvanceInfo.BusinessService BIZ_SERVICE_DELIVER
public static final CouponAdvanceInfo.BusinessService BIZ_SERVICE_FREE_PARK
public static final CouponAdvanceInfo.BusinessService BIZ_SERVICE_WITH_PET
public static final CouponAdvanceInfo.BusinessService BIZ_SERVICE_FREE_WIFI
| Method Detail |
|---|
public static CouponAdvanceInfo.BusinessService[] values()
for (CouponAdvanceInfo.BusinessService c : CouponAdvanceInfo.BusinessService.values()) System.out.println(c);
public static CouponAdvanceInfo.BusinessService 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||