public class JRBaseSortField extends Object implements JRSortField, Serializable, JRChangeEventsSupport
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected SortOrderEnum |
orderValue |
static String |
PROPERTY_ORDER |
protected SortFieldTypeEnum |
type |
Modifier | Constructor and Description |
---|---|
protected |
JRBaseSortField() |
protected |
JRBaseSortField(JRSortField sortField,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
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 String PROPERTY_ORDER
protected String name
protected SortOrderEnum orderValue
protected SortFieldTypeEnum type
protected JRBaseSortField()
protected JRBaseSortField(JRSortField sortField, JRBaseObjectFactory factory)
public 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 Object clone()
clone
in interface JRCloneable
clone
in class Object
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2017. All rights reserved.