net.sf.jasperreports.engine
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.
|
clone
static final byte SORT_ORDER_ASCENDING
SortOrderEnum.ASCENDING
.static final byte SORT_ORDER_DESCENDING
SortOrderEnum.DESCENDING
.java.lang.String getName()
byte getOrder()
getOrderValue()
.SortOrderEnum getOrderValue()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com