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.
-
-
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
-
-
-
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)
-
-