public enum PersonalAttribute extends Enum<PersonalAttribute>
| Modifier and Type | Method and Description |
|---|---|
static PersonalAttribute |
fromValue(String v) |
String |
getValue() |
static PersonalAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonalAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersonalAttribute HTTPAXSCHEMAORGNAMEPERSONFIRST
public static final PersonalAttribute HTTPAXSCHEMAORGNAMEPERSONLAST
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTEMAIL
public static final PersonalAttribute HTTPSCHEMAOPENIDNETCONTACTFULLNAME
public static final PersonalAttribute HTTPAXSCHEMAORGCOMPANYNAME
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTCOUNTRYHOME
public static final PersonalAttribute HTTPAXSCHEMAORGBIRTHDATE
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTPOSTALCODEHOME
public static final PersonalAttribute HTTPSCHEMAOPENIDNETCONTACTSTREET1
public static final PersonalAttribute HTTPSCHEMAOPENIDNETCONTACTSTREET
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTCITYHOME
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTSTATEHOME
public static final PersonalAttribute HTTPAXSCHEMAORGCONTACTPHONEDEFAULT
public static final PersonalAttribute HTTPSWWWPAYPALCOMWEBAPPSAUTHSCHEMAPAYERID2
public static PersonalAttribute[] values()
for (PersonalAttribute c : PersonalAttribute.values()) System.out.println(c);
public static PersonalAttribute 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 getValue()
public static PersonalAttribute fromValue(String v)
Copyright © 2013. All Rights Reserved.