protected static enum AquamapsEntry.AquamapsTokens extends Enum<AquamapsEntry.AquamapsTokens>
| Enum Constant and Description |
|---|
GIS |
HSPEC |
ID |
SPECIES_COUNT |
TITLE |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AquamapsEntry.AquamapsTokens |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AquamapsEntry.AquamapsTokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AquamapsEntry.AquamapsTokens TITLE
public static final AquamapsEntry.AquamapsTokens TYPE
public static final AquamapsEntry.AquamapsTokens ID
public static final AquamapsEntry.AquamapsTokens HSPEC
public static final AquamapsEntry.AquamapsTokens SPECIES_COUNT
public static final AquamapsEntry.AquamapsTokens GIS
public static AquamapsEntry.AquamapsTokens[] values()
for (AquamapsEntry.AquamapsTokens c : AquamapsEntry.AquamapsTokens.values()) System.out.println(c);
public static AquamapsEntry.AquamapsTokens valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AquamapsEntry.AquamapsTokens>Copyright © 2015. All Rights Reserved.