public enum AuditLogCategory extends Enum<AuditLogCategory>
| Enum Constant and Description |
|---|
DATA_CREATE |
DATA_DELETE |
DATA_EDIT |
DATA_PUSH |
DATA_QUERY |
DATA_RECEIVE |
OTHER |
SMS_SEND |
USER_LOGIN |
USER_LOGOUT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AuditLogCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditLogCategory USER_LOGIN
public static final AuditLogCategory USER_LOGOUT
public static final AuditLogCategory DATA_QUERY
public static final AuditLogCategory DATA_CREATE
public static final AuditLogCategory DATA_EDIT
public static final AuditLogCategory DATA_DELETE
public static final AuditLogCategory DATA_RECEIVE
public static final AuditLogCategory DATA_PUSH
public static final AuditLogCategory SMS_SEND
public static final AuditLogCategory OTHER
public static AuditLogCategory[] values()
for (AuditLogCategory c : AuditLogCategory.values()) System.out.println(c);
public static AuditLogCategory 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 nullpublic String toString()
toString in class Enum<AuditLogCategory>Copyright © 2015–2022 cn.gtmap. All rights reserved.