org.kinsources.kiwa.website.browser
Enum Fields_xhtml.BrowsableDatasetField

java.lang.Object
  extended by java.lang.Enum<Fields_xhtml.BrowsableDatasetField>
      extended by org.kinsources.kiwa.website.browser.Fields_xhtml.BrowsableDatasetField
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Fields_xhtml.BrowsableDatasetField>
Enclosing class:
Fields_xhtml

public static enum Fields_xhtml.BrowsableDatasetField
extends java.lang.Enum<Fields_xhtml.BrowsableDatasetField>


Enum Constant Summary
ATLAS_CODE
           
AUTHOR
           
CODER
           
CONTINENT
           
COUNTRY
           
ETHNIC_OR_CULTURAL_GROUP
           
LANGUAGE_GROUP
           
LICENSE
           
LOCATION
           
PUBLICATION_DATE
           
REGION
           
 
Method Summary
static Fields_xhtml.BrowsableDatasetField valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Fields_xhtml.BrowsableDatasetField[] 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

ATLAS_CODE

public static final Fields_xhtml.BrowsableDatasetField ATLAS_CODE

AUTHOR

public static final Fields_xhtml.BrowsableDatasetField AUTHOR

CODER

public static final Fields_xhtml.BrowsableDatasetField CODER

CONTINENT

public static final Fields_xhtml.BrowsableDatasetField CONTINENT

COUNTRY

public static final Fields_xhtml.BrowsableDatasetField COUNTRY

ETHNIC_OR_CULTURAL_GROUP

public static final Fields_xhtml.BrowsableDatasetField ETHNIC_OR_CULTURAL_GROUP

LANGUAGE_GROUP

public static final Fields_xhtml.BrowsableDatasetField LANGUAGE_GROUP

LICENSE

public static final Fields_xhtml.BrowsableDatasetField LICENSE

LOCATION

public static final Fields_xhtml.BrowsableDatasetField LOCATION

PUBLICATION_DATE

public static final Fields_xhtml.BrowsableDatasetField PUBLICATION_DATE

REGION

public static final Fields_xhtml.BrowsableDatasetField REGION
Method Detail

values

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

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

valueOf

public static Fields_xhtml.BrowsableDatasetField 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
java.lang.NullPointerException - if the argument is null