public static enum Matcher.OnMatch.OnMatchCase extends Enum<Matcher.OnMatch.OnMatchCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
ACTION |
MATCHER |
ONMATCH_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static Matcher.OnMatch.OnMatchCase |
forNumber(int value) |
int |
getNumber() |
static Matcher.OnMatch.OnMatchCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Matcher.OnMatch.OnMatchCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Matcher.OnMatch.OnMatchCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Matcher.OnMatch.OnMatchCase MATCHER
public static final Matcher.OnMatch.OnMatchCase ACTION
public static final Matcher.OnMatch.OnMatchCase ONMATCH_NOT_SET
public static Matcher.OnMatch.OnMatchCase[] values()
for (Matcher.OnMatch.OnMatchCase c : Matcher.OnMatch.OnMatchCase.values()) System.out.println(c);
public static Matcher.OnMatch.OnMatchCase 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 null@Deprecated public static Matcher.OnMatch.OnMatchCase valueOf(int value)
forNumber(int)
instead.public static Matcher.OnMatch.OnMatchCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2018–2021 The Envoy Project. All rights reserved.