Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
abstract int
abstract boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
SORT_STRING_0
sortString0
SORT_STRING_1
sortString1
SORT_STRING_2
sortString2
SORT_STRING_3
sortString3
SORT_STRING_4
sortString4
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null
getFieldName
public abstract String getFieldName ()
Returns:
the field name for a particular sort string
hasAccess
public abstract boolean hasAccess ()
Returns:
true if the user has access to a particular sort string
getIndex
public abstract int getIndex ()
Returns:
the index
getDefaultSortString
Returns:
get the default sort string based on what this subject has access to or null if the subject doesn't have access to any.
newInstance
Parameters:
index
-
Returns:
return enum based on the index value