-
- All Implemented Interfaces:
public class QuerySorter.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringKEY_DIRECTIONprivate final StringKEY_FIELD_NAMEprivate final IntegerMORE_ON_COMPARISONprivate final IntegerEQUAL_ON_COMPARISONprivate final IntegerLESS_ON_COMPARISONpublic final static QuerySorter.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetKEY_DIRECTION()final StringgetKEY_FIELD_NAME()final IntegergetMORE_ON_COMPARISON()final IntegergetEQUAL_ON_COMPARISON()final IntegergetLESS_ON_COMPARISON()-
-
Method Detail
-
getKEY_DIRECTION
final String getKEY_DIRECTION()
-
getKEY_FIELD_NAME
final String getKEY_FIELD_NAME()
-
getMORE_ON_COMPARISON
final Integer getMORE_ON_COMPARISON()
-
getEQUAL_ON_COMPARISON
final Integer getEQUAL_ON_COMPARISON()
-
getLESS_ON_COMPARISON
final Integer getLESS_ON_COMPARISON()
-
-
-
-