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()
JRSortFieldgetName in interface JRSortFieldpublic SortOrderEnum getOrderValue()
JRSortFieldgetOrderValue in interface JRSortFieldpublic void setOrder(SortOrderEnum orderValue)
public SortFieldTypeEnum getType()
JRSortFieldgetType in interface JRSortFieldpublic Object clone()
clone in interface JRCloneableclone in class Objectpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportCopyright © 2017. All rights reserved.