Class GenericGuardDefSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.asgenericdata.data.GenericGuardDefSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class GenericGuardDefSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_CLAZZstatic intSORT_BY_DEFAULTstatic intSORT_BY_DESCRIPTIONstatic intSORT_BY_IDstatic intSORT_BY_NAMEstatic intSORT_BY_PARAMETER1static intSORT_BY_PARAMETER2static intSORT_BY_PARAMETER3static intSORT_BY_PARAMETER4static intSORT_BY_PARAMETER5
-
Constructor Summary
Constructors Constructor Description GenericGuardDefSortType()GenericGuardDefSortType(int method)GenericGuardDefSortType(int method, boolean order)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intname2method(java.lang.String name)
-
-
-
Field Detail
-
SORT_BY_ID
public static final int SORT_BY_ID
- See Also:
- Constant Field Values
-
SORT_BY_NAME
public static final int SORT_BY_NAME
- See Also:
- Constant Field Values
-
SORT_BY_CLAZZ
public static final int SORT_BY_CLAZZ
- See Also:
- Constant Field Values
-
SORT_BY_PARAMETER1
public static final int SORT_BY_PARAMETER1
- See Also:
- Constant Field Values
-
SORT_BY_PARAMETER2
public static final int SORT_BY_PARAMETER2
- See Also:
- Constant Field Values
-
SORT_BY_PARAMETER3
public static final int SORT_BY_PARAMETER3
- See Also:
- Constant Field Values
-
SORT_BY_PARAMETER4
public static final int SORT_BY_PARAMETER4
- See Also:
- Constant Field Values
-
SORT_BY_PARAMETER5
public static final int SORT_BY_PARAMETER5
- See Also:
- Constant Field Values
-
SORT_BY_DESCRIPTION
public static final int SORT_BY_DESCRIPTION
- See Also:
- Constant Field Values
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT
- See Also:
- Constant Field Values
-
-