public static enum AuditEvent.FieldName extends Enum<AuditEvent.FieldName>
Enum Constant and Description |
---|
ACL |
IP |
OPERATION |
SESSION |
USER |
ZNODE |
ZNODE_TYPE |
Modifier and Type | Method and Description |
---|---|
static AuditEvent.FieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEvent.FieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditEvent.FieldName USER
public static final AuditEvent.FieldName OPERATION
public static final AuditEvent.FieldName IP
public static final AuditEvent.FieldName ACL
public static final AuditEvent.FieldName ZNODE
public static final AuditEvent.FieldName SESSION
public static final AuditEvent.FieldName ZNODE_TYPE
public static AuditEvent.FieldName[] values()
for (AuditEvent.FieldName c : AuditEvent.FieldName.values()) System.out.println(c);
public static AuditEvent.FieldName 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 © 2008–2023 The Apache Software Foundation. All rights reserved.