public enum AuditEventType extends Enum<AuditEventType> implements Serializable
| Enum Constant and Description |
|---|
IronBee |
ModSecurity1 |
ModSecurity2 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AuditEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditEventType ModSecurity1
public static final AuditEventType ModSecurity2
public static final AuditEventType IronBee
public static AuditEventType[] values()
for (AuditEventType c : AuditEventType.values()) System.out.println(c);
public static AuditEventType 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<AuditEventType>Copyright © 2015 jwall.org. All Rights Reserved.