Interface ReadOnlySortInfo

All Known Implementing Classes:
SortInfo

public interface ReadOnlySortInfo
READ ONLY: Only methods that access read-only data. Do NOT add methods or interfaces that directly modify data or allow modification of returned data.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
  • Method Details

    • getField

      String getField()
    • isAscending

      boolean isAscending()