public enum ODPUserKey extends java.lang.Enum<ODPUserKey>
| Enum Constant and Description |
|---|
FS_USER_ID |
FS_USER_ID_ALIAS |
VUID |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeyString() |
static ODPUserKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ODPUserKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODPUserKey VUID
public static final ODPUserKey FS_USER_ID
public static final ODPUserKey FS_USER_ID_ALIAS
public static ODPUserKey[] values()
for (ODPUserKey c : ODPUserKey.values()) System.out.println(c);
public static ODPUserKey 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 getKeyString()