public static enum Stream.MatchingType extends Enum<Stream.MatchingType>
| Modifier and Type | Field and Description |
|---|---|
static Stream.MatchingType |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static Stream.MatchingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stream.MatchingType |
valueOfOrDefault(String name) |
static Stream.MatchingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stream.MatchingType AND
public static final Stream.MatchingType OR
public static final Stream.MatchingType DEFAULT
public static Stream.MatchingType[] values()
for (Stream.MatchingType c : Stream.MatchingType.values()) System.out.println(c);
public static Stream.MatchingType 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 nullpublic static Stream.MatchingType valueOfOrDefault(String name)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.