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 1954 2007-11-13 12:55:16Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
static byte SORT_ORDER_ASCENDING
           
static byte SORT_ORDER_DESCENDING
           
 
Method Summary
 java.lang.String getName()
          Gets the sort field name.
 byte getOrder()
          Gets the sort order for the field.
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Field Detail

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
Method Detail

getName

java.lang.String getName()
Gets the sort field name.


getOrder

byte getOrder()
Gets the sort order for the field.



© 2001-2006 JasperSoft Corporation www.jaspersoft.com