public interface JRSortField extends JRCloneable
| Modifier and Type | Field and Description |
|---|---|
static byte |
SORT_ORDER_ASCENDING
Deprecated.
Replaced by
SortOrderEnum.ASCENDING. |
static byte |
SORT_ORDER_DESCENDING
Deprecated.
Replaced by
SortOrderEnum.DESCENDING. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the sort field name.
|
byte |
getOrder()
Deprecated.
Replaced by
getOrderValue(). |
SortOrderEnum |
getOrderValue()
Gets the sort order for the field.
|
SortFieldTypeEnum |
getType()
Gets the type of the sort field.
|
clonestatic final byte SORT_ORDER_ASCENDING
SortOrderEnum.ASCENDING.static final byte SORT_ORDER_DESCENDING
SortOrderEnum.DESCENDING.java.lang.String getName()
byte getOrder()
getOrderValue().SortOrderEnum getOrderValue()
SortFieldTypeEnum getType()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com