public static enum LogDaoImpl.QueryType extends java.lang.Enum<LogDaoImpl.QueryType>
| Enum Constant and Description |
|---|
ATTRIBUTE |
CLASSIFIER |
EVENT |
EVENT_HAS_ATTRIBUTE |
EXTENSION |
LOG_HAS_ATTRIBUTE |
LOG_HAS_TRACE |
TRACE |
TRACE_HAS_ATTRIBUTE |
TRACE_HAS_EVENT |
| Modifier and Type | Method and Description |
|---|---|
static LogDaoImpl.QueryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogDaoImpl.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogDaoImpl.QueryType EVENT
public static final LogDaoImpl.QueryType TRACE
public static final LogDaoImpl.QueryType TRACE_HAS_EVENT
public static final LogDaoImpl.QueryType ATTRIBUTE
public static final LogDaoImpl.QueryType LOG_HAS_TRACE
public static final LogDaoImpl.QueryType EVENT_HAS_ATTRIBUTE
public static final LogDaoImpl.QueryType TRACE_HAS_ATTRIBUTE
public static final LogDaoImpl.QueryType LOG_HAS_ATTRIBUTE
public static final LogDaoImpl.QueryType EXTENSION
public static final LogDaoImpl.QueryType CLASSIFIER
public static LogDaoImpl.QueryType[] values()
for (LogDaoImpl.QueryType c : LogDaoImpl.QueryType.values()) System.out.println(c);
public static LogDaoImpl.QueryType 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