Class SortDirection

java.lang.Object
com.aquima.interactions.trace.SortDirection
All Implemented Interfaces:
Serializable

public final class SortDirection extends Object implements Serializable
Enumerated type class containing the possible sort directions
Since:
9.2
Author:
m.mahabiersing
See Also:
  • Field Details

    • ASC

      public static final SortDirection ASC
      This member defines the ascending (a-z, 0-9) direction
    • DESC

      public static final SortDirection DESC
      This member defines the descending (z-a, 9-0) direction
  • Method Details

    • valueOf

      public static SortDirection valueOf(String str)
      This method returns the sort direction for the specified name.
      Parameters:
      str - The name of the requested direction.
      Returns:
      The sort direction for the specified name.
    • getType

      public String getType()
      This method returns the type (name) of the sort direction.
      Returns:
      the type (name) of the sort direction.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object