public class JRBaseSortField extends java.lang.Object implements JRSortField, java.io.Serializable, JRChangeEventsSupport
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
protected SortOrderEnum |
orderValue |
static java.lang.String |
PROPERTY_ORDER |
protected SortFieldTypeEnum |
type |
Modifier | Constructor and Description |
---|---|
protected |
JRBaseSortField() |
protected |
JRBaseSortField(JRSortField sortField,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
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.
|
void |
setOrder(SortOrderEnum orderValue) |
public static final java.lang.String PROPERTY_ORDER
protected java.lang.String name
protected SortOrderEnum orderValue
protected SortFieldTypeEnum type
protected JRBaseSortField()
protected JRBaseSortField(JRSortField sortField, JRBaseObjectFactory factory)
public java.lang.String getName()
JRSortField
getName
in interface JRSortField
public SortOrderEnum getOrderValue()
JRSortField
getOrderValue
in interface JRSortField
public void setOrder(SortOrderEnum orderValue)
public SortFieldTypeEnum getType()
JRSortField
getType
in interface JRSortField
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com