net.sf.jasperreports.engine
Interface JRSortField
- All Superinterfaces:
- java.lang.Cloneable, JRCloneable
- All Known Implementing Classes:
- JRBaseSortField, JRDesignSortField
public interface JRSortField
- extends JRCloneable
- Version:
- $Id: JRSortField.java 3033 2009-08-27 11:46:22Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
Method Summary |
java.lang.String |
getName()
Gets the sort field name. |
byte |
getOrder()
Gets the sort order for the field. |
SORT_ORDER_ASCENDING
static final byte SORT_ORDER_ASCENDING
- See Also:
- Constant Field Values
SORT_ORDER_DESCENDING
static final byte SORT_ORDER_DESCENDING
- See Also:
- Constant Field Values
getName
java.lang.String getName()
- Gets the sort field name.
getOrder
byte getOrder()
- Gets the sort order for the field.
© 2001-2009 Jaspersoft Corporation www.jaspersoft.com