public enum AuditSortProperty extends Enum<AuditSortProperty>
Enum Constant and Description |
---|
AUDIT_DURATION |
AUDIT_STARTED |
AUDIT_STOPPED |
AUDIT_TYPE |
USER_ID |
Modifier and Type | Method and Description |
---|---|
static AuditSortProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditSortProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditSortProperty AUDIT_STARTED
public static final AuditSortProperty AUDIT_STOPPED
public static final AuditSortProperty AUDIT_DURATION
public static final AuditSortProperty USER_ID
public static final AuditSortProperty AUDIT_TYPE
public static AuditSortProperty[] values()
for (AuditSortProperty c : AuditSortProperty.values()) System.out.println(c);
public static AuditSortProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 Suncode. All rights reserved.