public static enum GnmiExt.Extension.ExtCase extends Enum<GnmiExt.Extension.ExtCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
EXT_NOT_SET |
MASTER_ARBITRATION |
REGISTERED_EXT |
Modifier and Type | Method and Description |
---|---|
static GnmiExt.Extension.ExtCase |
forNumber(int value) |
int |
getNumber() |
static GnmiExt.Extension.ExtCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GnmiExt.Extension.ExtCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GnmiExt.Extension.ExtCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GnmiExt.Extension.ExtCase REGISTERED_EXT
public static final GnmiExt.Extension.ExtCase MASTER_ARBITRATION
public static final GnmiExt.Extension.ExtCase EXT_NOT_SET
public static GnmiExt.Extension.ExtCase[] values()
for (GnmiExt.Extension.ExtCase c : GnmiExt.Extension.ExtCase.values()) System.out.println(c);
public static GnmiExt.Extension.ExtCase 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 GnmiExt.Extension.ExtCase valueOf(int value)
forNumber(int)
instead.public static GnmiExt.Extension.ExtCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2021. All rights reserved.