com.compoze.ejb
Interface IOrderConstants
- public interface IOrderConstants
This interface contains the constants for specifying ordering to a bean.
Field Summary |
static int |
ASCENDING
Ascending order (A-Z, 0-9). |
static int |
DESCENDING
Descending order (Z-A, 9-0). |
static int |
NONE
No order. |
NONE
public static final int NONE
- No order.
ASCENDING
public static final int ASCENDING
- Ascending order (A-Z, 0-9).
DESCENDING
public static final int DESCENDING
- Descending order (Z-A, 9-0).
Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.