public static enum SortEntry.Order extends java.lang.Enum<SortEntry.Order>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOrder()
Returns sort order.
|
static SortEntry.Order |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortEntry.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortEntry.Order ASC
public static final SortEntry.Order DESC
public static SortEntry.Order[] values()
for (SortEntry.Order c : SortEntry.Order.values()) System.out.println(c);
public static SortEntry.Order valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getOrder()
Copyright © 2022 IBM Cloud. All rights reserved.