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 booleangetAscending()Get the order for sorting resultsStringgetName()Get the name of the sort fieldbooleangetNormalize()Return the normalize status for this sort field
-
-
-
Method Detail
-
getAscending
public boolean getAscending()
Get the order for sorting results- Returns:
trueto sort results in ascending order,falseotherwise
-
getNormalize
public boolean getNormalize()
Return the normalize status for this sort field- Returns:
trueif string properties should be normalized (remove accents and lower case)
-
-