public enum EnvelopeFieldsClient extends Enum<EnvelopeFieldsClient> implements com.google.gwt.user.client.rpc.IsSerializable
Enum Constant and Description |
---|
Depth |
IceConcentration |
LandDistance |
PrimaryProduction |
Salinity |
Temperature |
Modifier and Type | Method and Description |
---|---|
static EnvelopeFieldsClient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvelopeFieldsClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnvelopeFieldsClient Depth
public static final EnvelopeFieldsClient Temperature
public static final EnvelopeFieldsClient Salinity
public static final EnvelopeFieldsClient IceConcentration
public static final EnvelopeFieldsClient LandDistance
public static final EnvelopeFieldsClient PrimaryProduction
public static EnvelopeFieldsClient[] values()
for (EnvelopeFieldsClient c : EnvelopeFieldsClient.values()) System.out.println(c);
public static EnvelopeFieldsClient 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 nullCopyright © 2017. All Rights Reserved.