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