public static enum Advapi32Util.EventLogType extends java.lang.Enum<Advapi32Util.EventLogType>
Enum Constant and Description |
---|
AuditFailure |
AuditSuccess |
Error |
Informational |
Warning |
Modifier and Type | Method and Description |
---|---|
static Advapi32Util.EventLogType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Advapi32Util.EventLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Advapi32Util.EventLogType Error
public static final Advapi32Util.EventLogType Warning
public static final Advapi32Util.EventLogType Informational
public static final Advapi32Util.EventLogType AuditSuccess
public static final Advapi32Util.EventLogType AuditFailure
public static Advapi32Util.EventLogType[] values()
for (Advapi32Util.EventLogType c : Advapi32Util.EventLogType.values()) System.out.println(c);
public static Advapi32Util.EventLogType 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 null