Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface OrderBy

All Superinterfaces:
java.io.Serializable

public interface OrderBy
extends java.io.Serializable

Use the OrderBy constants to specify the order in which the objects should sorted in ResultSetEnumeration.


Field Summary
static int ADDRESS_ASC
          order objects by address ASC
static int ADDRESS_DESC
          order objects by address DESC
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

NAME_ASC

public static final int NAME_ASC
order objects by name ASC
See Also:
Constant Field Values

NAME_DESC

public static final int NAME_DESC
order objects by name DESC
See Also:
Constant Field Values

LAST_UPDATE_DATE_ASC

public static final int LAST_UPDATE_DATE_ASC
order objects by last update date ASC
See Also:
Constant Field Values

LAST_UPDATE_DATE_DESC

public static final int LAST_UPDATE_DATE_DESC
order objects by last update date DESC
See Also:
Constant Field Values

MIME_TYPE_ASC

public static final int MIME_TYPE_ASC
order objects by mime type ASC
See Also:
Constant Field Values

MIME_TYPE_DESC

public static final int MIME_TYPE_DESC
order objects by mime type DESC
See Also:
Constant Field Values

ADDRESS_ASC

public static final int ADDRESS_ASC
order objects by address ASC
See Also:
Constant Field Values

ADDRESS_DESC

public static final int ADDRESS_DESC
order objects by address DESC
See Also:
Constant Field Values

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.