public static enum NcStreamProto.DataType extends java.lang.Enum<NcStreamProto.DataType> implements com.google.protobuf.ProtocolMessageEnum
DataType| Enum Constant and Description | 
|---|
| BYTEBYTE = 1; | 
| CHARCHAR = 0; | 
| DOUBLEDOUBLE = 6; | 
| ENUM1ENUM1 = 10; | 
| ENUM2ENUM2 = 11; | 
| ENUM4ENUM4 = 12; | 
| FLOATFLOAT = 5; | 
| INTINT = 3; | 
| LONGLONG = 4; | 
| OPAQUEOPAQUE = 13; | 
| SEQUENCESEQUENCE = 9; | 
| SHORTSHORT = 2; | 
| STRINGSTRING = 7; | 
| STRUCTURESTRUCTURE = 8; | 
| UBYTEUBYTE = 14; | 
| UINTUINT = 16; | 
| ULONGULONG = 17; | 
| UNRECOGNIZED | 
| USHORTUSHORT = 15; | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | BYTE_VALUEBYTE = 1; | 
| static int | CHAR_VALUECHAR = 0; | 
| static int | DOUBLE_VALUEDOUBLE = 6; | 
| static int | ENUM1_VALUEENUM1 = 10; | 
| static int | ENUM2_VALUEENUM2 = 11; | 
| static int | ENUM4_VALUEENUM4 = 12; | 
| static int | FLOAT_VALUEFLOAT = 5; | 
| static int | INT_VALUEINT = 3; | 
| static int | LONG_VALUELONG = 4; | 
| static int | OPAQUE_VALUEOPAQUE = 13; | 
| static int | SEQUENCE_VALUESEQUENCE = 9; | 
| static int | SHORT_VALUESHORT = 2; | 
| static int | STRING_VALUESTRING = 7; | 
| static int | STRUCTURE_VALUESTRUCTURE = 8; | 
| static int | UBYTE_VALUEUBYTE = 14; | 
| static int | UINT_VALUEUINT = 16; | 
| static int | ULONG_VALUEULONG = 17; | 
| static int | USHORT_VALUEUSHORT = 15; | 
| Modifier and Type | Method and Description | 
|---|---|
| static NcStreamProto.DataType | 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.DataType> | internalGetValueMap() | 
| static NcStreamProto.DataType | valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) | 
| static NcStreamProto.DataType | valueOf(int value)Deprecated. 
 Use  forNumber(int)instead. | 
| static NcStreamProto.DataType | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static NcStreamProto.DataType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final NcStreamProto.DataType CHAR
CHAR = 0;public static final NcStreamProto.DataType BYTE
BYTE = 1;public static final NcStreamProto.DataType SHORT
SHORT = 2;public static final NcStreamProto.DataType INT
INT = 3;public static final NcStreamProto.DataType LONG
LONG = 4;public static final NcStreamProto.DataType FLOAT
FLOAT = 5;public static final NcStreamProto.DataType DOUBLE
DOUBLE = 6;public static final NcStreamProto.DataType STRING
STRING = 7;public static final NcStreamProto.DataType STRUCTURE
STRUCTURE = 8;public static final NcStreamProto.DataType SEQUENCE
SEQUENCE = 9;public static final NcStreamProto.DataType ENUM1
ENUM1 = 10;public static final NcStreamProto.DataType ENUM2
ENUM2 = 11;public static final NcStreamProto.DataType ENUM4
ENUM4 = 12;public static final NcStreamProto.DataType OPAQUE
OPAQUE = 13;public static final NcStreamProto.DataType UBYTE
UBYTE = 14;public static final NcStreamProto.DataType USHORT
USHORT = 15;public static final NcStreamProto.DataType UINT
UINT = 16;public static final NcStreamProto.DataType ULONG
ULONG = 17;public static final NcStreamProto.DataType UNRECOGNIZED
public static final int CHAR_VALUE
CHAR = 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 final int STRING_VALUE
STRING = 7;public static final int STRUCTURE_VALUE
STRUCTURE = 8;public static final int SEQUENCE_VALUE
SEQUENCE = 9;public static final int ENUM1_VALUE
ENUM1 = 10;public static final int ENUM2_VALUE
ENUM2 = 11;public static final int ENUM4_VALUE
ENUM4 = 12;public static final int OPAQUE_VALUE
OPAQUE = 13;public static final int UBYTE_VALUE
UBYTE = 14;public static final int USHORT_VALUE
USHORT = 15;public static final int UINT_VALUE
UINT = 16;public static final int ULONG_VALUE
ULONG = 17;public static NcStreamProto.DataType[] values()
for (NcStreamProto.DataType c : NcStreamProto.DataType.values()) System.out.println(c);
public static NcStreamProto.DataType 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.DataType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NcStreamProto.DataType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NcStreamProto.DataType> 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.DataType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)