edu.indiana.extreme.lead.resource_catalog
Enum FieldEnum
java.lang.Object
java.lang.Enum<FieldEnum>
edu.indiana.extreme.lead.resource_catalog.FieldEnum
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<FieldEnum>
public enum FieldEnum
- extends java.lang.Enum<FieldEnum>
TODO
- Version:
- $Revision: 1.1 $
- Author:
- Yogesh L. Simmhan [mailto:ysimmhan_at_cs.indiana.edu]
|
Field Summary |
java.lang.String |
name
|
|
Method Summary |
java.lang.String |
toString()
|
static FieldEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FieldEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
| Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CATALOG_TYPE
public static final FieldEnum CATALOG_TYPE
DATA_TYPE
public static final FieldEnum DATA_TYPE
CATALOG_URL
public static final FieldEnum CATALOG_URL
INDEX_TIMESTAMP
public static final FieldEnum INDEX_TIMESTAMP
ANY_FIELD
public static final FieldEnum ANY_FIELD
LEAD_XML
public static final FieldEnum LEAD_XML
RESOURCE_ID
public static final FieldEnum RESOURCE_ID
TITLE
public static final FieldEnum TITLE
DESCRIPTION
public static final FieldEnum DESCRIPTION
PUBLISHER
public static final FieldEnum PUBLISHER
ONLINK_URL
public static final FieldEnum ONLINK_URL
THEME
public static final FieldEnum THEME
TIME_PERIOD_BEGIN
public static final FieldEnum TIME_PERIOD_BEGIN
TIME_PERIOD_END
public static final FieldEnum TIME_PERIOD_END
SPATIAL_DOMAIN_N
public static final FieldEnum SPATIAL_DOMAIN_N
SPATIAL_DOMAIN_S
public static final FieldEnum SPATIAL_DOMAIN_S
SPATIAL_DOMAIN_E
public static final FieldEnum SPATIAL_DOMAIN_E
SPATIAL_DOMAIN_W
public static final FieldEnum SPATIAL_DOMAIN_W
VERTICAL_DOMAIN_LOW
public static final FieldEnum VERTICAL_DOMAIN_LOW
VERTICAL_DOMAIN_UP
public static final FieldEnum VERTICAL_DOMAIN_UP
DATA_FORMAT
public static final FieldEnum DATA_FORMAT
name
public final java.lang.String name
values
public static final FieldEnum[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(FieldEnum c : FieldEnum.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static FieldEnum valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<FieldEnum>
Copyright (c) 2005 Extreme! Lab, Indiana University. All rights reserved.
This software is open source. See here for the licence.