Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.max.model |
Modifier and Type | Field and Description |
---|---|
static SortOrder |
SortOrder.ASCENDING |
static SortOrder |
SortOrder.DESCENDING |
Modifier and Type | Method and Description |
---|---|
SortOrder |
Sort.getOrder() |
static SortOrder |
SortOrder.valueOf(java.lang.String name) |
static SortOrder[] |
SortOrder.values() |
Modifier and Type | Method and Description |
---|---|
void |
Sort.setOrder(SortOrder order) |
Constructor and Description |
---|
Sort(java.lang.String col,
SortOrder order) |