protected static enum Message.AquamapsTokens extends Enum<Message.AquamapsTokens>
| Enum Constant and Description |
|---|
GIS |
HSPEC |
ID |
SPECIES_COUNT |
TITLE |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Message.AquamapsTokens |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.AquamapsTokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Message.AquamapsTokens TITLE
public static final Message.AquamapsTokens TYPE
public static final Message.AquamapsTokens ID
public static final Message.AquamapsTokens HSPEC
public static final Message.AquamapsTokens SPECIES_COUNT
public static final Message.AquamapsTokens GIS
public static Message.AquamapsTokens[] values()
for (Message.AquamapsTokens c : Message.AquamapsTokens.values()) System.out.println(c);
public static Message.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<Message.AquamapsTokens>Copyright © 2014. All Rights Reserved.