public interface DataLevelBucket extends JRCloneable
| Modifier and Type | Method and Description |
|---|---|
List<DataLevelBucketProperty> |
getBucketProperties() |
JRExpression |
getComparatorExpression()
Returns the comparator expression.
|
JRExpression |
getExpression()
Returns the grouping expression.
|
SortOrderEnum |
getOrderValue()
Returns the bucket sorting type.
|
Class<?> |
getValueClass()
Returns the class of the bucket value.
|
String |
getValueClassName()
Returns the string name of the bucket value class.
|
cloneClass<?> getValueClass()
String getValueClassName()
SortOrderEnum getOrderValue()
The possible values are:
JRExpression getExpression()
JRExpression getComparatorExpression()
The result of this expression is used to sort the buckets, in ascending or
descending order (given by getOrderValue().
If the bucket has an order by expression, the comparator will be used to
compare values as produced by that expression.
If no comparator expression is specified, the natural order will be used.
List<DataLevelBucketProperty> getBucketProperties()
Copyright © 2012. All Rights Reserved.