public static enum Field.Key extends Enum<Field.Key>
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final Field.Key APPSTORE_LOGO
public static final Field.Key APP_URL
public static final Field.Key DETAIL_LOGO
public static final Field.Key ENDUSER_DESCRIPTION_EN
public static final Field.Key ENDUSER_DESCRIPTION_NL
public static final Field.Key EULA_URL
public static final Field.Key INSTITUTION_DESCRIPTION_EN
public static final Field.Key INSTITUTION_DESCRIPTION_NL
public static final Field.Key SERVICE_DESCRIPTION_EN
public static final Field.Key SERVICE_DESCRIPTION_NL
public static final Field.Key SCREENSHOT
public static final Field.Key SERVICE_URL
public static final Field.Key SUPPORT_MAIL
public static final Field.Key SUPPORT_URL_NL
public static final Field.Key SUPPORT_URL_EN
public static final Field.Key TECHNICAL_SUPPORTMAIL
public static final Field.Key TITLE_EN
public static final Field.Key TITLE_NL
public static final Field.Key WIKI_URL_EN
public static final Field.Key WIKI_URL_NL
public static Field.Key[] values()
for (Field.Key c : Field.Key.values()) System.out.println(c);
public static Field.Key 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 nullCopyright © 2015 Pivotal Software, Inc.. All rights reserved.