public static enum StiSort.Order extends java.lang.Enum<StiSort.Order>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static StiSort.Order |
forValue(java.lang.String value) |
static boolean |
isOrder(java.lang.String value) |
static StiSort.Order |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiSort.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiSort.Order Asc
public static final StiSort.Order Desc
public static final StiSort.Order None
public static StiSort.Order[] values()
for (StiSort.Order c : StiSort.Order.values()) System.out.println(c);
public static StiSort.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 static StiSort.Order forValue(java.lang.String value)
public static boolean isOrder(java.lang.String value)
Copyright © 2019 Stimulsoft. All Rights Reserved.