|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PropertyKey>
no.sesat.search.user.enums.PropertyKey
public enum PropertyKey
Enum with the different property keys that we support.
| Enum Constant Summary | |
|---|---|
ADDRESS
|
|
CONFIRM_CODE
Property holding the confirm code to activate a new user. |
|
COUNTRY
|
|
DOB
|
|
EMAIL_PRIMARY
|
|
MY_CHANNELS
Deprecated. application specific. |
|
NAME_FIRST
|
|
NAME_LAST
|
|
NAME_MIDDLE
|
|
PICTURE
|
|
PICTURE_BIG
|
|
PICTURE_SMALL
|
|
PICTURE_SQUARE
|
|
POSTCODE
|
|
POSTPLACE
|
|
SEX
|
|
| Method Summary | |
|---|---|
static PropertyKey |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertyKey[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 PropertyKey CONFIRM_CODE
public static final PropertyKey EMAIL_PRIMARY
public static final PropertyKey NAME_FIRST
public static final PropertyKey NAME_MIDDLE
public static final PropertyKey NAME_LAST
public static final PropertyKey ADDRESS
public static final PropertyKey POSTCODE
public static final PropertyKey POSTPLACE
public static final PropertyKey COUNTRY
public static final PropertyKey SEX
public static final PropertyKey DOB
public static final PropertyKey PICTURE
public static final PropertyKey PICTURE_SMALL
public static final PropertyKey PICTURE_BIG
public static final PropertyKey PICTURE_SQUARE
public static final PropertyKey MY_CHANNELS
| Method Detail |
|---|
public static PropertyKey[] values()
for (PropertyKey c : PropertyKey.values()) System.out.println(c);
public static PropertyKey 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 | |||||||||