public static enum LoggingControl.OP extends java.lang.Enum<LoggingControl.OP>
Enum Constant and Description |
---|
CURRENT_NAME |
REQUEST_CURRENT_NAME |
REQUEST_START |
REQUEST_STOP |
STARTED |
STOPPED |
Modifier and Type | Method and Description |
---|---|
long |
value() |
static LoggingControl.OP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoggingControl.OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoggingControl.OP REQUEST_START
public static final LoggingControl.OP STARTED
public static final LoggingControl.OP REQUEST_STOP
public static final LoggingControl.OP STOPPED
public static final LoggingControl.OP REQUEST_CURRENT_NAME
public static final LoggingControl.OP CURRENT_NAME
public static LoggingControl.OP[] values()
for (LoggingControl.OP c : LoggingControl.OP.values()) System.out.println(c);
public static LoggingControl.OP 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 long value()