public static enum EventLogger.audit extends java.lang.Enum<EventLogger.audit>
Enum Constant and Description |
---|
expired |
gwexpired |
gwinvalid |
gwlogoff |
gwlogon |
gwunknown |
invalid |
logoff |
logon |
shutdown |
unknown |
Modifier and Type | Method and Description |
---|---|
static EventLogger.audit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventLogger.audit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventLogger.audit logon
public static final EventLogger.audit logoff
public static final EventLogger.audit invalid
public static final EventLogger.audit unknown
public static final EventLogger.audit shutdown
public static final EventLogger.audit expired
public static final EventLogger.audit gwlogon
public static final EventLogger.audit gwlogoff
public static final EventLogger.audit gwinvalid
public static final EventLogger.audit gwunknown
public static final EventLogger.audit gwexpired
public static EventLogger.audit[] values()
for (EventLogger.audit c : EventLogger.audit.values()) System.out.println(c);
public static EventLogger.audit 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.