Interface ComparableFieldProvider
-
- All Implemented Interfaces:
public interface ComparableFieldProviderImplement this interface to use QuerySortByField. Implementations of this interface must provide comparable fields.
-
-
Method Summary
Modifier and Type Method Description abstract Comparable<?>getComparableField(String fieldName)Gets a comparable fields from a name. -
-
Method Detail
-
getComparableField
abstract Comparable<?> getComparableField(String fieldName)
Gets a comparable fields from a name.
- Parameters:
fieldName- The name of the field.
-
-
-
-