nl.surfnet.coin.csa.domain
Enum Field.Key
java.lang.Object
java.lang.Enum<Field.Key>
nl.surfnet.coin.csa.domain.Field.Key
- All Implemented Interfaces:
- Serializable, Comparable<Field.Key>
- Enclosing class:
- Field
public static enum Field.Key
- extends Enum<Field.Key>
|
Method Summary |
static Field.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Field.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
APPSTORE_LOGO
public static final Field.Key APPSTORE_LOGO
APP_URL
public static final Field.Key APP_URL
DETAIL_LOGO
public static final Field.Key DETAIL_LOGO
ENDUSER_DESCRIPTION_EN
public static final Field.Key ENDUSER_DESCRIPTION_EN
ENDUSER_DESCRIPTION_NL
public static final Field.Key ENDUSER_DESCRIPTION_NL
EULA_URL
public static final Field.Key EULA_URL
INSTITUTION_DESCRIPTION_EN
public static final Field.Key INSTITUTION_DESCRIPTION_EN
INSTITUTION_DESCRIPTION_NL
public static final Field.Key INSTITUTION_DESCRIPTION_NL
SERVICE_DESCRIPTION_EN
public static final Field.Key SERVICE_DESCRIPTION_EN
SERVICE_DESCRIPTION_NL
public static final Field.Key SERVICE_DESCRIPTION_NL
SCREENSHOT
public static final Field.Key SCREENSHOT
SERVICE_URL
public static final Field.Key SERVICE_URL
SUPPORT_MAIL
public static final Field.Key SUPPORT_MAIL
SUPPORT_URL_NL
public static final Field.Key SUPPORT_URL_NL
SUPPORT_URL_EN
public static final Field.Key SUPPORT_URL_EN
TECHNICAL_SUPPORTMAIL
public static final Field.Key TECHNICAL_SUPPORTMAIL
TITLE_EN
public static final Field.Key TITLE_EN
TITLE_NL
public static final Field.Key TITLE_NL
values
public static Field.Key[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Field.Key c : Field.Key.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Field.Key valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.