Enum Class OrderByOperation.Direction

java.lang.Object
java.lang.Enum<OrderByOperation.Direction>
ch.ivyteam.ivy.business.data.store.search.OrderByOperation.Direction
All Implemented Interfaces:
Serializable, Comparable<OrderByOperation.Direction>, java.lang.constant.Constable
Enclosing interface:
OrderByOperation<T>

public static enum OrderByOperation.Direction extends Enum<OrderByOperation.Direction>
API:
This is a public API.
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Order from lower to higher (A..Z)
    Order from higher to lower (Z..A)
  • Enum Constant Details

    • ASCENDING

      public static final OrderByOperation.Direction ASCENDING
      Order from lower to higher (A..Z)
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.
    • DESCENDING

      public static final OrderByOperation.Direction DESCENDING
      Order from higher to lower (Z..A)
      API:
      This public API is available in IvyScript and Java. It has the visibility ADVANCED.