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