public static enum ConfluentMetric.YammerGauge.NumericValueCase extends java.lang.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(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static ConfluentMetric.YammerGauge.NumericValueCase valueOf(int value)
forNumber(int)
instead.public static ConfluentMetric.YammerGauge.NumericValueCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite