public static enum Stage.Match extends Enum<Stage.Match>
| Modifier and Type | Method and Description |
|---|---|
static Stage.Match |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stage.Match[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stage.Match ALL
public static final Stage.Match EITHER
public static final Stage.Match PASS
public static Stage.Match[] values()
for (Stage.Match c : Stage.Match.values()) System.out.println(c);
public static Stage.Match 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 © 2012–2021 Graylog, Inc.. All rights reserved.