uk.ac.ebi.intenz.webapp
Enum IntEnzConfig.Property

java.lang.Object
  extended by java.lang.Enum<IntEnzConfig.Property>
      extended by uk.ac.ebi.intenz.webapp.IntEnzConfig.Property
All Implemented Interfaces:
Serializable, Comparable<IntEnzConfig.Property>
Enclosing class:
IntEnzConfig

public static enum IntEnzConfig.Property
extends Enum<IntEnzConfig.Property>

Configuration properties.

Author:
rafalcan
See Also:
and intenz-public-mail.properties files.

Enum Constant Summary
CONTACT_MAIL_SUBJECT
           
CONTACT_MAIL_TO
           
DATA_SOURCE
           
ERROR_MAIL_SUBJECT
           
ERROR_MAIL_TO
           
MAIL_FROM
           
MAIL_SMTP_HOST
           
MBEAN_NAME
           
RSS_REFRESH
           
RSS_URL
           
SEARCH_PAGE_SIZE
           
SITEMAP_URL
           
TEMPLATES_URL
           
XML_URL
           
 
Method Summary
 String toString()
           
static IntEnzConfig.Property valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IntEnzConfig.Property[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DATA_SOURCE

public static final IntEnzConfig.Property DATA_SOURCE

MBEAN_NAME

public static final IntEnzConfig.Property MBEAN_NAME

RSS_URL

public static final IntEnzConfig.Property RSS_URL

RSS_REFRESH

public static final IntEnzConfig.Property RSS_REFRESH

XML_URL

public static final IntEnzConfig.Property XML_URL

SITEMAP_URL

public static final IntEnzConfig.Property SITEMAP_URL

MAIL_SMTP_HOST

public static final IntEnzConfig.Property MAIL_SMTP_HOST

MAIL_FROM

public static final IntEnzConfig.Property MAIL_FROM

CONTACT_MAIL_TO

public static final IntEnzConfig.Property CONTACT_MAIL_TO

CONTACT_MAIL_SUBJECT

public static final IntEnzConfig.Property CONTACT_MAIL_SUBJECT

ERROR_MAIL_TO

public static final IntEnzConfig.Property ERROR_MAIL_TO

ERROR_MAIL_SUBJECT

public static final IntEnzConfig.Property ERROR_MAIL_SUBJECT

SEARCH_PAGE_SIZE

public static final IntEnzConfig.Property SEARCH_PAGE_SIZE

TEMPLATES_URL

public static final IntEnzConfig.Property TEMPLATES_URL
Method Detail

values

public static IntEnzConfig.Property[] 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 (IntEnzConfig.Property c : IntEnzConfig.Property.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IntEnzConfig.Property 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

toString

public String toString()
Overrides:
toString in class Enum<IntEnzConfig.Property>


Copyright © 2013 EMBL-EBI. All Rights Reserved.