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