Class ConstraintSortType
java.lang.Object
net.anotheria.util.sorter.SortType
net.anotheria.anosite.gen.anoaccessconfiguration.data.ConstraintSortType
- All Implemented Interfaces:
Serializable
public class ConstraintSortType
extends net.anotheria.util.sorter.SortType
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class net.anotheria.util.sorter.SortType
ASC, DESC -
Constructor Summary
ConstructorsConstructorDescriptionConstraintSortType(int method) ConstraintSortType(int method, boolean order) -
Method Summary
Methods inherited from class net.anotheria.util.sorter.SortType
getSortBy, getSortOrder, isASC, isDESC, reverse, toString
-
Field Details
-
SORT_BY_ID
public static final int SORT_BY_ID- See Also:
-
SORT_BY_NAME
public static final int SORT_BY_NAME- See Also:
-
SORT_BY_CLASSNAME
public static final int SORT_BY_CLASSNAME- See Also:
-
SORT_BY_PARAMETER1
public static final int SORT_BY_PARAMETER1- See Also:
-
SORT_BY_PARAMETER2
public static final int SORT_BY_PARAMETER2- See Also:
-
SORT_BY_PARAMETER3
public static final int SORT_BY_PARAMETER3- See Also:
-
SORT_BY_PARAMETER4
public static final int SORT_BY_PARAMETER4- See Also:
-
SORT_BY_PARAMETER5
public static final int SORT_BY_PARAMETER5- See Also:
-
SORT_BY_DESCRIPTION
public static final int SORT_BY_DESCRIPTION- See Also:
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT- See Also:
-
-
Constructor Details
-
ConstraintSortType
public ConstraintSortType() -
ConstraintSortType
public ConstraintSortType(int method) -
ConstraintSortType
public ConstraintSortType(int method, boolean order)
-
-
Method Details
-
name2method
-