|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IdentityConfigProperty>
org.nuiton.util.config.IdentityConfigProperty
public enum IdentityConfigProperty
Enumaration of properties to be used in a IdentityConfig
IdentityConfig| Enum Constant Summary | |
|---|---|
email
property email, email of user |
|
firstName
property name, first name of user |
|
lastName
property type, lastname of user |
|
| Method Summary | |
|---|---|
Class<?> |
getType()
|
static IdentityConfigProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IdentityConfigProperty[] |
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 IdentityConfigProperty firstName
name, first name of user
public static final IdentityConfigProperty lastName
type, lastname of user
public static final IdentityConfigProperty email
email, email of user
| Method Detail |
|---|
public static IdentityConfigProperty[] values()
for (IdentityConfigProperty c : IdentityConfigProperty.values()) System.out.println(c);
public static IdentityConfigProperty 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 nullpublic Class<?> getType()
getType in interface Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||