public enum AuditMethodEnum extends Enum<AuditMethodEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
Return the value of method.
|
static AuditMethodEnum |
valueOf(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(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 getMethod()
Copyright © 2010–2021 NHIN Direct. All rights reserved.