public enum BrAPIListTypes extends Enum<BrAPIListTypes> implements BrAPIEnum
| Enum Constant and Description |
|---|
GERMPLASM |
MARKERS |
OBSERVATIONS |
OBSERVATIONUNITS |
OBSERVATIONVARIABLES |
PROGRAMS |
SAMPLES |
STUDIES |
TRIALS |
| Modifier and Type | Method and Description |
|---|---|
static BrAPIListTypes |
fromValue(String text) |
String |
getBrapiValue() |
String |
toString() |
static BrAPIListTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrAPIListTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrAPIListTypes GERMPLASM
public static final BrAPIListTypes MARKERS
public static final BrAPIListTypes PROGRAMS
public static final BrAPIListTypes TRIALS
public static final BrAPIListTypes STUDIES
public static final BrAPIListTypes OBSERVATIONUNITS
public static final BrAPIListTypes OBSERVATIONS
public static final BrAPIListTypes OBSERVATIONVARIABLES
public static final BrAPIListTypes SAMPLES
public static BrAPIListTypes[] values()
for (BrAPIListTypes c : BrAPIListTypes.values()) System.out.println(c);
public static BrAPIListTypes 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<BrAPIListTypes>public static BrAPIListTypes fromValue(String text)
public String getBrapiValue()
getBrapiValue in interface BrAPIEnumCopyright © 2023. All rights reserved.