public enum OccurrenceCellsFields extends Enum<OccurrenceCellsFields>
Enum Constant and Description |
---|
centerlat |
centerlong |
faoaream |
goodcell |
inboundbox |
infaoarea |
recordid |
speccode |
Modifier and Type | Method and Description |
---|---|
static OccurrenceCellsFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccurrenceCellsFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OccurrenceCellsFields speccode
public static final OccurrenceCellsFields goodcell
public static final OccurrenceCellsFields infaoarea
public static final OccurrenceCellsFields inboundbox
public static final OccurrenceCellsFields centerlat
public static final OccurrenceCellsFields centerlong
public static final OccurrenceCellsFields faoaream
public static final OccurrenceCellsFields recordid
public static OccurrenceCellsFields[] values()
for (OccurrenceCellsFields c : OccurrenceCellsFields.values()) System.out.println(c);
public static OccurrenceCellsFields 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.