|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlEnum
ilog.cpl.util.IlpSortingMode
public class IlpSortingMode
This class enumerates the possible sorting modes for a column of the table.
| Nested Class Summary | |
|---|---|
static class |
IlpSortingMode.SortingModeArrayEditor
Static property editor for arrays of IlpSortingMode values. |
static class |
IlpSortingMode.SortingModeEditor
Static property editor for the IlpSortingMode class. |
| Field Summary | |
|---|---|
static IlpSortingMode |
ASCENDING
sort in ascending direction |
static IlpSortingMode |
DESCENDING
sort in descending direction |
static IlEnumInfo |
metainfo
Metainformation about sorting mode enumeration. |
static IlpSortingMode |
NONE
no sorting |
| Constructor Summary | |
|---|---|
IlpSortingMode(String name)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class ilog.util.IlEnum |
|---|
getName, intern, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static IlEnumInfo metainfo
public static IlpSortingMode NONE
public static IlpSortingMode ASCENDING
public static IlpSortingMode DESCENDING
| Constructor Detail |
|---|
public IlpSortingMode(String name)
name - Sorting mode name
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||