public static enum NcStreamProto.Attribute.Type extends java.lang.Enum<NcStreamProto.Attribute.Type> implements com.google.protobuf.ProtocolMessageEnum
< 5.0Protobuf enum
Attribute.Type| Enum Constant and Description | 
|---|
| BYTEBYTE = 1; | 
| DOUBLEDOUBLE = 6; | 
| FLOATFLOAT = 5; | 
| INTINT = 3; | 
| LONGLONG = 4; | 
| SHORTSHORT = 2; | 
| STRINGSTRING = 0; | 
| UNRECOGNIZED | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | BYTE_VALUEBYTE = 1; | 
| static int | DOUBLE_VALUEDOUBLE = 6; | 
| static int | FLOAT_VALUEFLOAT = 5; | 
| static int | INT_VALUEINT = 3; | 
| static int | LONG_VALUELONG = 4; | 
| static int | SHORT_VALUESHORT = 2; | 
| static int | STRING_VALUESTRING = 0; | 
| Modifier and Type | Method and Description | 
|---|---|
| static NcStreamProto.Attribute.Type | forNumber(int value) | 
| 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<NcStreamProto.Attribute.Type> | internalGetValueMap() | 
| static NcStreamProto.Attribute.Type | valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) | 
| static NcStreamProto.Attribute.Type | valueOf(int value)Deprecated. 
 Use  forNumber(int)instead. | 
| static NcStreamProto.Attribute.Type | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static NcStreamProto.Attribute.Type[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final NcStreamProto.Attribute.Type STRING
STRING = 0;public static final NcStreamProto.Attribute.Type BYTE
BYTE = 1;public static final NcStreamProto.Attribute.Type SHORT
SHORT = 2;public static final NcStreamProto.Attribute.Type INT
INT = 3;public static final NcStreamProto.Attribute.Type LONG
LONG = 4;public static final NcStreamProto.Attribute.Type FLOAT
FLOAT = 5;public static final NcStreamProto.Attribute.Type DOUBLE
DOUBLE = 6;public static final NcStreamProto.Attribute.Type UNRECOGNIZED
public static final int STRING_VALUE
STRING = 0;public static final int BYTE_VALUE
BYTE = 1;public static final int SHORT_VALUE
SHORT = 2;public static final int INT_VALUE
INT = 3;public static final int LONG_VALUE
LONG = 4;public static final int FLOAT_VALUE
FLOAT = 5;public static final int DOUBLE_VALUE
DOUBLE = 6;public static NcStreamProto.Attribute.Type[] values()
for (NcStreamProto.Attribute.Type c : NcStreamProto.Attribute.Type.values()) System.out.println(c);
public static NcStreamProto.Attribute.Type 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static NcStreamProto.Attribute.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NcStreamProto.Attribute.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NcStreamProto.Attribute.Type> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static NcStreamProto.Attribute.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)