nl.surfnet.coin.csa.domain
Enum Field.Key

java.lang.Object
  extended by java.lang.Enum<Field.Key>
      extended by 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>


Enum Constant Summary
APP_URL
           
APPSTORE_LOGO
           
DETAIL_LOGO
           
ENDUSER_DESCRIPTION_EN
           
ENDUSER_DESCRIPTION_NL
           
EULA_URL
           
INSTITUTION_DESCRIPTION_EN
           
INSTITUTION_DESCRIPTION_NL
           
SCREENSHOT
           
SERVICE_DESCRIPTION_EN
           
SERVICE_DESCRIPTION_NL
           
SERVICE_URL
           
SUPPORT_MAIL
           
SUPPORT_URL_EN
           
SUPPORT_URL_NL
           
TECHNICAL_SUPPORTMAIL
           
TITLE_EN
           
TITLE_NL
           
 
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.
 
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

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
Method Detail

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.