public enum AuditMethodEnum extends java.lang.Enum<AuditMethodEnum>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMethod()
Return the value of method.
|
static AuditMethodEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuditMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditMethodEnum FILE
public static final AuditMethodEnum SYSLOG
public static AuditMethodEnum[] values()
for (AuditMethodEnum c : AuditMethodEnum.values()) System.out.println(c);
public static AuditMethodEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getMethod()
Copyright © 2010-2021 HNIN Direct. All Rights Reserved.