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