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