Package org.apache.guacamole.net.auth
Enum ActivityRecordSet.SortableProperty
java.lang.Object
java.lang.Enum<ActivityRecordSet.SortableProperty>
org.apache.guacamole.net.auth.ActivityRecordSet.SortableProperty
- All Implemented Interfaces:
Serializable,Comparable<ActivityRecordSet.SortableProperty>,java.lang.constant.Constable
- Enclosing interface:
ActivityRecordSet<RecordType extends ActivityRecord>
public static enum ActivityRecordSet.SortableProperty
extends Enum<ActivityRecordSet.SortableProperty>
All properties of activity records which can be used as sorting
criteria.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe date and time when the activity associated with the record began. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ActivityRecordSet.SortableProperty[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
START_DATE
The date and time when the activity associated with the record began.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-