public static enum BreinUser.UserField extends java.lang.Enum<BreinUser.UserField>
| Enum Constant and Description |
|---|
DATE_OF_BIRTH |
EMAIL |
FIRST_NAME |
LAST_NAME |
MD5_EMAIL |
PHONE |
SESSION_ID |
USER_ID |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
void |
set(BreinUser user,
java.lang.Object value) |
static BreinUser.UserField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreinUser.UserField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreinUser.UserField FIRST_NAME
public static final BreinUser.UserField LAST_NAME
public static final BreinUser.UserField DATE_OF_BIRTH
public static final BreinUser.UserField PHONE
public static final BreinUser.UserField EMAIL
public static final BreinUser.UserField MD5_EMAIL
public static final BreinUser.UserField SESSION_ID
public static final BreinUser.UserField USER_ID
public static BreinUser.UserField[] values()
for (BreinUser.UserField c : BreinUser.UserField.values()) System.out.println(c);
public static BreinUser.UserField valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public void set(BreinUser user, java.lang.Object value)
Copyright © Breinify - All Rights Reserved.