Class SortOrder.SortSpec

  • Enclosing class:
    SortOrder

    public static class SortOrder.SortSpec
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String column  
      protected int direction  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColumn()  
      int getDirection()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • column

        protected java.lang.String column
      • direction

        protected int direction
    • Method Detail

      • getColumn

        public java.lang.String getColumn()
      • getDirection

        public int getDirection()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object