public static enum Fields_xhtml.BrowsableDatasetField extends java.lang.Enum<Fields_xhtml.BrowsableDatasetField>
Enum Constant and Description |
---|
ATLAS_CODE |
AUTHOR |
CODER |
CONTINENT |
COUNTRY |
ETHNIC_OR_CULTURAL_GROUP |
LANGUAGE_GROUP |
LICENSE |
LOCATION |
PUBLICATION_DATE |
REGION |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final Fields_xhtml.BrowsableDatasetField ATLAS_CODE
public static final Fields_xhtml.BrowsableDatasetField AUTHOR
public static final Fields_xhtml.BrowsableDatasetField CODER
public static final Fields_xhtml.BrowsableDatasetField CONTINENT
public static final Fields_xhtml.BrowsableDatasetField COUNTRY
public static final Fields_xhtml.BrowsableDatasetField ETHNIC_OR_CULTURAL_GROUP
public static final Fields_xhtml.BrowsableDatasetField LANGUAGE_GROUP
public static final Fields_xhtml.BrowsableDatasetField LICENSE
public static final Fields_xhtml.BrowsableDatasetField LOCATION
public static final Fields_xhtml.BrowsableDatasetField PUBLICATION_DATE
public static final Fields_xhtml.BrowsableDatasetField REGION
public static Fields_xhtml.BrowsableDatasetField[] values()
for (Fields_xhtml.BrowsableDatasetField c : Fields_xhtml.BrowsableDatasetField.values()) System.out.println(c);
public static Fields_xhtml.BrowsableDatasetField valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null