net.sf.jasperreports.engine
Interface JRSortField

All Known Implementing Classes:
JRBaseSortField, JRDesignSortField

public interface JRSortField

Version:
$Id: JRField.java,v 1.11 2006/04/19 10:23:20 teodord Exp $
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.
 

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