public static enum NcStreamProto.DataType extends java.lang.Enum<NcStreamProto.DataType> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
BYTE |
CHAR |
DOUBLE |
ENUM1 |
ENUM2 |
ENUM4 |
FLOAT |
INT |
LONG |
OPAQUE |
SEQUENCE |
SHORT |
STRING |
STRUCTURE |
| 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<NcStreamProto.DataType> |
internalGetValueMap() |
static NcStreamProto.DataType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NcStreamProto.DataType |
valueOf(int value) |
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
public static final NcStreamProto.DataType BYTE
public static final NcStreamProto.DataType SHORT
public static final NcStreamProto.DataType INT
public static final NcStreamProto.DataType LONG
public static final NcStreamProto.DataType FLOAT
public static final NcStreamProto.DataType DOUBLE
public static final NcStreamProto.DataType STRING
public static final NcStreamProto.DataType STRUCTURE
public static final NcStreamProto.DataType SEQUENCE
public static final NcStreamProto.DataType ENUM1
public static final NcStreamProto.DataType ENUM2
public static final NcStreamProto.DataType ENUM4
public static final NcStreamProto.DataType OPAQUE
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.ProtocolMessageEnumpublic static NcStreamProto.DataType valueOf(int value)
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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static NcStreamProto.DataType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)