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