uk.ac.ebi.intenz.webapp
Enum IntEnzConfig.Property
java.lang.Object
java.lang.Enum<IntEnzConfig.Property>
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.
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
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.