public enum OpenIDConstants extends Enum<OpenIDConstants>
| Enum Constant and Description |
|---|
COUNTRY |
DOB |
EMAIL |
FULLNAME |
GENDER |
LANGUAGE |
POSTCODE |
TIMEZONE |
| Modifier and Type | Method and Description |
|---|---|
String |
url() |
static OpenIDConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenIDConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenIDConstants EMAIL
public static final OpenIDConstants FULLNAME
public static final OpenIDConstants DOB
public static final OpenIDConstants GENDER
public static final OpenIDConstants POSTCODE
public static final OpenIDConstants COUNTRY
public static final OpenIDConstants LANGUAGE
public static final OpenIDConstants TIMEZONE
public static OpenIDConstants[] values()
for (OpenIDConstants c : OpenIDConstants.values()) System.out.println(c);
public static OpenIDConstants valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String url()
Copyright © 2014 JBoss Inc.. All Rights Reserved.