|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Use the OrderBy constants to specify the order in which the objects should
sorted in ResultSetEnumeration
.
Field Summary |
Type | Field |
---|---|
static int |
LAST_UPDATE_DATE_ASC
order objects by last update date ASC |
static int |
LAST_UPDATE_DATE_DESC
order objects by last update date DESC |
static int |
MIME_TYPE_ASC
order objects by mime type ASC |
static int |
MIME_TYPE_DESC
order objects by mime type DESC |
static int |
NAME_ASC
order objects by name ASC |
static int |
NAME_DESC
order objects by name DESC |
Field Detail |
public static final int NAME_ASC
public static final int NAME_DESC
public static final int LAST_UPDATE_DATE_ASC
public static final int LAST_UPDATE_DATE_DESC
public static final int MIME_TYPE_ASC
public static final int MIME_TYPE_DESC
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |