public static enum IDataManager.ORDER_TYPE extends java.lang.Enum<IDataManager.ORDER_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static IDataManager.ORDER_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDataManager.ORDER_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDataManager.ORDER_TYPE ASC
public static final IDataManager.ORDER_TYPE DESC
public static IDataManager.ORDER_TYPE[] values()
for (IDataManager.ORDER_TYPE c : IDataManager.ORDER_TYPE.values()) System.out.println(c);
public static IDataManager.ORDER_TYPE 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 nullCopyright © 2017 Unvired Inc. All Rights Reserved.