Class RoleDefSortType

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      static int SORT_BY_DEFAULT  
      static int SORT_BY_ID  
      static int SORT_BY_NAME  
      • Fields inherited from class net.anotheria.util.sorter.SortType

        ASC, DESC
    • 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

      • RoleDefSortType

        public RoleDefSortType()
      • RoleDefSortType

        public RoleDefSortType​(int method)
      • RoleDefSortType

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

      • name2method

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