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 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 java.lang.String getName()
          Gets the sort field name.
 SortOrderEnum getOrderValue()
          Gets the sort order for the field.
 SortFieldTypeEnum getType()
          Gets the type of the sort field.
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getName

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


getOrderValue

SortOrderEnum getOrderValue()
Gets the sort order for the field.


getType

SortFieldTypeEnum getType()
Gets the type of the sort field.



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com