public enum HSPECFields extends Enum<HSPECFields>
Enum Constant and Description |
---|
boundboxyn |
eezall |
faoaream |
faoareayn |
lme |
probability |
Modifier and Type | Method and Description |
---|---|
static HSPECFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HSPECFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HSPECFields probability
public static final HSPECFields boundboxyn
public static final HSPECFields faoareayn
public static final HSPECFields faoaream
public static final HSPECFields lme
public static final HSPECFields eezall
public static HSPECFields[] values()
for (HSPECFields c : HSPECFields.values()) System.out.println(c);
public static HSPECFields 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.