public enum BrAPISortBy extends Enum<BrAPISortBy> implements BrAPIEnum
| Enum Constant and Description |
|---|
ENDDATE |
GERMPLASMDBID |
LOCATIONDBID |
OBSERVATIONVARIABLEDBID |
PROGRAMDBID |
PROGRAMNAME |
SEASONDBID |
STARTDATE |
STUDYDBID |
STUDYLOCATION |
STUDYNAME |
STUDYTYPE |
TRIALDBID |
TRIALNAME |
| Modifier and Type | Method and Description |
|---|---|
static BrAPISortBy |
fromValue(String text) |
String |
getBrapiValue() |
String |
toString() |
static BrAPISortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrAPISortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrAPISortBy STUDYDBID
public static final BrAPISortBy STARTDATE
public static final BrAPISortBy ENDDATE
public static final BrAPISortBy TRIALDBID
public static final BrAPISortBy TRIALNAME
public static final BrAPISortBy PROGRAMDBID
public static final BrAPISortBy LOCATIONDBID
public static final BrAPISortBy SEASONDBID
public static final BrAPISortBy STUDYTYPE
public static final BrAPISortBy STUDYNAME
public static final BrAPISortBy STUDYLOCATION
public static final BrAPISortBy PROGRAMNAME
public static final BrAPISortBy GERMPLASMDBID
public static final BrAPISortBy OBSERVATIONVARIABLEDBID
public static BrAPISortBy[] values()
for (BrAPISortBy c : BrAPISortBy.values()) System.out.println(c);
public static BrAPISortBy 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<BrAPISortBy>public static BrAPISortBy fromValue(String text)
public String getBrapiValue()
getBrapiValue in interface BrAPIEnumCopyright © 2023. All rights reserved.