public static enum YAuditEvent.Action extends java.lang.Enum<YAuditEvent.Action>
Enum Constant and Description |
---|
expired |
invalid |
logoff |
logon |
shutdown |
unknown |
Modifier and Type | Method and Description |
---|---|
static YAuditEvent.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YAuditEvent.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YAuditEvent.Action logon
public static final YAuditEvent.Action logoff
public static final YAuditEvent.Action invalid
public static final YAuditEvent.Action unknown
public static final YAuditEvent.Action shutdown
public static final YAuditEvent.Action expired
public static YAuditEvent.Action[] values()
for (YAuditEvent.Action c : YAuditEvent.Action.values()) System.out.println(c);
public static YAuditEvent.Action 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 nullCopyright © 2004-2014 The YAWL Foundation.