Class TextResourceSortType

  • All Implemented Interfaces:
    java.io.Serializable

    public class TextResourceSortType
    extends net.anotheria.util.sorter.SortType
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int name2method​(java.lang.String name)  
      • Methods inherited from class net.anotheria.util.sorter.SortType

        getSortBy, getSortOrder, isASC, isDESC, reverse, toString
      • Methods inherited from class java.lang.Object

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

      • TextResourceSortType

        public TextResourceSortType()
      • TextResourceSortType

        public TextResourceSortType​(int method)
      • TextResourceSortType

        public TextResourceSortType​(int method,
                                    boolean order)
    • Method Detail

      • name2method

        public static int name2method​(java.lang.String name)