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