Package org.ametys.odf.enumeration
Class OdfReferenceTableHelper.SortField
- java.lang.Object
-
- org.ametys.odf.enumeration.OdfReferenceTableHelper.SortField
-
- Enclosing class:
- OdfReferenceTableHelper
public static final class OdfReferenceTableHelper.SortField extends Object
This class represents a sort field for reference table.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
_ascending
private String
_name
private boolean
_normalize
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getAscending()
Get the order for sorting resultsString
getName()
Get the name of the sort fieldboolean
getNormalize()
Return the normalize status for this sort field
-
-
-
Field Detail
-
_ascending
private boolean _ascending
-
_normalize
private boolean _normalize
-
-
Method Detail
-
getAscending
public boolean getAscending()
Get the order for sorting results- Returns:
true
to sort results in ascending order,false
otherwise
-
getNormalize
public boolean getNormalize()
Return the normalize status for this sort field- Returns:
true
if string properties should be normalized (remove accents and lower case)
-
-