Interface Order

All Superinterfaces:
Serializable

public interface Order extends Serializable
Order a field.
Author:
Abe White
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Token denoting to order by the element value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a comparator for ordering by this element, or null if the ordering is done in the datastore.
    Return the name of the orderable.
    boolean
    Order direction.
  • Field Details

  • Method Details

    • getName

      String getName()
      Return the name of the orderable.
    • isAscending

      boolean isAscending()
      Order direction.
    • getComparator

      Comparator getComparator()
      Return a comparator for ordering by this element, or null if the ordering is done in the datastore.