Package 

Enum Sort

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Sort
    
                        

    Sort enumeration.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE
      DESC
      ASC
    • Method Summary

      Modifier and Type Method Description
      String getJsBase()
      static Array<Sort> values()
      static Sort valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait