|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IdType>
com.foxinmy.weixin4j.type.IdType
public enum IdType
ID类型
| Enum Constant Summary | |
|---|---|
REFUNDID
微信退款单号 |
|
REFUNDNO
商户退款号 |
|
SUBORDERID
微信子订单号 |
|
SUBORDERNO
商户子订单号 |
|
TRADENO
商户订单号 |
|
TRANSACTIONID
微信订单号 |
|
| Method Summary | |
|---|---|
String |
getName()
|
static IdType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IdType[] |
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 IdType REFUNDID
public static final IdType TRANSACTIONID
public static final IdType TRADENO
public static final IdType REFUNDNO
public static final IdType SUBORDERNO
public static final IdType SUBORDERID
| Method Detail |
|---|
public static IdType[] values()
for (IdType c : IdType.values()) System.out.println(c);
public static IdType 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 getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||