public static enum ConfluentMetric.YammerGauge.NumericValueCase extends Enum<ConfluentMetric.YammerGauge.NumericValueCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DOUBLEVALUE |
LONGVALUE |
NUMERICVALUE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static ConfluentMetric.YammerGauge.NumericValueCase |
forNumber(int value) |
int |
getNumber() |
static ConfluentMetric.YammerGauge.NumericValueCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConfluentMetric.YammerGauge.NumericValueCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfluentMetric.YammerGauge.NumericValueCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfluentMetric.YammerGauge.NumericValueCase LONGVALUE
public static final ConfluentMetric.YammerGauge.NumericValueCase DOUBLEVALUE
public static final ConfluentMetric.YammerGauge.NumericValueCase NUMERICVALUE_NOT_SET
public static ConfluentMetric.YammerGauge.NumericValueCase[] values()
for (ConfluentMetric.YammerGauge.NumericValueCase c : ConfluentMetric.YammerGauge.NumericValueCase.values()) System.out.println(c);
public static ConfluentMetric.YammerGauge.NumericValueCase 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 ConfluentMetric.YammerGauge.NumericValueCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ConfluentMetric.YammerGauge.NumericValueCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite