public static enum KuraPayloadProto.KuraPayload.KuraMetric.ValueType extends Enum<KuraPayloadProto.KuraPayload.KuraMetric.ValueType> implements com.google.protobuf.ProtocolMessageEnum
kuradatatypes.KuraPayload.KuraMetric.ValueType| Enum Constant and Description |
|---|
BOOL
BOOL = 4; |
BYTES
BYTES = 6; |
DOUBLE
DOUBLE = 0; |
FLOAT
FLOAT = 1; |
INT32
INT32 = 3; |
INT64
INT64 = 2; |
STRING
STRING = 5; |
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOL_VALUE
BOOL = 4; |
static int |
BYTES_VALUE
BYTES = 6; |
static int |
DOUBLE_VALUE
DOUBLE = 0; |
static int |
FLOAT_VALUE
FLOAT = 1; |
static int |
INT32_VALUE
INT32 = 3; |
static int |
INT64_VALUE
INT64 = 2; |
static int |
STRING_VALUE
STRING = 5; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<KuraPayloadProto.KuraPayload.KuraMetric.ValueType> |
internalGetValueMap() |
static KuraPayloadProto.KuraPayload.KuraMetric.ValueType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static KuraPayloadProto.KuraPayload.KuraMetric.ValueType |
valueOf(int value) |
static KuraPayloadProto.KuraPayload.KuraMetric.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KuraPayloadProto.KuraPayload.KuraMetric.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KuraPayloadProto.KuraPayload.KuraMetric.ValueType DOUBLE
DOUBLE = 0;public static final KuraPayloadProto.KuraPayload.KuraMetric.ValueType FLOAT
FLOAT = 1;public static final KuraPayloadProto.KuraPayload.KuraMetric.ValueType INT64
INT64 = 2;public static final KuraPayloadProto.KuraPayload.KuraMetric.ValueType INT32
INT32 = 3;public static final KuraPayloadProto.KuraPayload.KuraMetric.ValueType BOOL
BOOL = 4;public static final KuraPayloadProto.KuraPayload.KuraMetric.ValueType STRING
STRING = 5;public static final KuraPayloadProto.KuraPayload.KuraMetric.ValueType BYTES
BYTES = 6;public static final int DOUBLE_VALUE
DOUBLE = 0;public static final int FLOAT_VALUE
FLOAT = 1;public static final int INT64_VALUE
INT64 = 2;public static final int INT32_VALUE
INT32 = 3;public static final int BOOL_VALUE
BOOL = 4;public static final int STRING_VALUE
STRING = 5;public static final int BYTES_VALUE
BYTES = 6;public static KuraPayloadProto.KuraPayload.KuraMetric.ValueType[] values()
for (KuraPayloadProto.KuraPayload.KuraMetric.ValueType c : KuraPayloadProto.KuraPayload.KuraMetric.ValueType.values()) System.out.println(c);
public static KuraPayloadProto.KuraPayload.KuraMetric.ValueType 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static KuraPayloadProto.KuraPayload.KuraMetric.ValueType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<KuraPayloadProto.KuraPayload.KuraMetric.ValueType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static KuraPayloadProto.KuraPayload.KuraMetric.ValueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2017. All rights reserved.