|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ActivateCommonField>
com.foxinmy.weixin4j.type.card.ActivateCommonField
public enum ActivateCommonField
会员卡激活设置公共字段类型
| Method Summary | |
|---|---|
static ActivateCommonField |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ActivateCommonField[] |
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 ActivateCommonField USER_FORM_INFO_FLAG_MOBILE
public static final ActivateCommonField USER_FORM_INFO_FLAG_SEX
public static final ActivateCommonField USER_FORM_INFO_FLAG_NAME
public static final ActivateCommonField USER_FORM_INFO_FLAG_BIRTHDAY
public static final ActivateCommonField USER_FORM_INFO_FLAG_IDCARD
public static final ActivateCommonField USER_FORM_INFO_FLAG_EMAIL
public static final ActivateCommonField USER_FORM_INFO_FLAG_LOCATION
public static final ActivateCommonField USER_FORM_INFO_FLAG_EDUCATION_BACKGRO
public static final ActivateCommonField USER_FORM_INFO_FLAG_INDUSTRY
public static final ActivateCommonField USER_FORM_INFO_FLAG_INCOME
public static final ActivateCommonField USER_FORM_INFO_FLAG_HABIT
| Method Detail |
|---|
public static ActivateCommonField[] values()
for (ActivateCommonField c : ActivateCommonField.values()) System.out.println(c);
public static ActivateCommonField 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 | |||||||||