|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.Enum | +--oracle.dmt.odm.SortOrder
The enumeration class SortOrder
provides options for ordering of objects.
The semantics of the value are as follows:
Field Summary | |
static SortOrder |
ascending The objects to be sorted are ordered in ascending order of the given item of the object. |
static SortOrder |
descending The objects to be sorted are ordered in descending order of the given item of the object. |
Method Summary | |
static SortOrder |
getInstance(int id) Returns an instance of SortOrder enumeration that corresponds to the specified identifier. |
static SortOrder |
getInstance(java.lang.String name) Returns an instance of SortOrder enumeration that corresponds to the specified name. |
static SortOrder[] |
list() Returns a list of all instances of SortOrder enumerations. |
static java.lang.String[] |
listNames() Returns a list of the values available in enumeration SortOrder . |
Methods inherited from class oracle.dmt.odm.Enum |
getEnum, getID, isEqual |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SortOrder ascending
public static final SortOrder descending
Method Detail |
public static java.lang.String[] listNames()
SortOrder
.public static SortOrder[] list()
SortOrder
enumerations.SortOrder
public static SortOrder getInstance(java.lang.String name)
SortOrder
enumeration that corresponds to the specified name.name
- The value of the enumerationSortOrder
which contains a value that matches to the specified name.public static SortOrder getInstance(int id)
SortOrder
enumeration that corresponds to the specified identifier.id
- The identifier of the enumeration.SortOrder
which contains a value that matches to the specified identifier.
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |