|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FieldNameType>
com.foxinmy.weixin4j.type.card.FieldNameType
public enum FieldNameType
会员信息类目半自定义名称
| Enum Constant Summary | |
|---|---|
FIELD_NAME_TYPE_ACHIEVEMEN
成就 |
|
FIELD_NAME_TYPE_COUPON
优惠券 |
|
FIELD_NAME_TYPE_DISCOUNT
折扣 |
|
FIELD_NAME_TYPE_LEVEL
等级 |
|
FIELD_NAME_TYPE_MILEAGE
里程 |
|
FIELD_NAME_TYPE_SET_POINTS
集点 |
|
FIELD_NAME_TYPE_STAMP
印花 |
|
FIELD_NAME_TYPE_TIMS
次数 |
|
| Method Summary | |
|---|---|
static FieldNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FieldNameType[] |
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 FieldNameType FIELD_NAME_TYPE_LEVEL
public static final FieldNameType FIELD_NAME_TYPE_COUPON
public static final FieldNameType FIELD_NAME_TYPE_STAMP
public static final FieldNameType FIELD_NAME_TYPE_DISCOUNT
public static final FieldNameType FIELD_NAME_TYPE_ACHIEVEMEN
public static final FieldNameType FIELD_NAME_TYPE_MILEAGE
public static final FieldNameType FIELD_NAME_TYPE_SET_POINTS
public static final FieldNameType FIELD_NAME_TYPE_TIMS
| Method Detail |
|---|
public static FieldNameType[] values()
for (FieldNameType c : FieldNameType.values()) System.out.println(c);
public static FieldNameType 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 | |||||||||