public static enum LogEntryMatcher.Operation extends Enum<LogEntryMatcher.Operation>
Modifier and Type | Method and Description |
---|---|
static LogEntryMatcher.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEntryMatcher.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogEntryMatcher.Operation BREAK
public static final LogEntryMatcher.Operation CONTINUE
public static final LogEntryMatcher.Operation IGNORE
public static LogEntryMatcher.Operation[] values()
for (LogEntryMatcher.Operation c : LogEntryMatcher.Operation.values()) System.out.println(c);
public static LogEntryMatcher.Operation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © GigaSpaces.