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