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