|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CouponStockStatus>
com.foxinmy.weixin4j.type.mch.CouponStockStatus
public enum CouponStockStatus
代金券批次状态
| Enum Constant Summary | |
|---|---|
ACTIVATED
已激活 |
|
APPROVAL_PROCESS
审批中 |
|
INACTIVE
未激活 |
|
SUPERSEDED
已作废 |
|
SUSPEND
中止发放 |
|
| Method Summary | |
|---|---|
int |
getVal()
|
static CouponStockStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CouponStockStatus[] |
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 CouponStockStatus INACTIVE
public static final CouponStockStatus APPROVAL_PROCESS
public static final CouponStockStatus ACTIVATED
public static final CouponStockStatus SUPERSEDED
public static final CouponStockStatus SUSPEND
| Method Detail |
|---|
public static CouponStockStatus[] values()
for (CouponStockStatus c : CouponStockStatus.values()) System.out.println(c);
public static CouponStockStatus 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 int getVal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||