public static enum GcdmNetcdfProto.DataType extends java.lang.Enum<GcdmNetcdfProto.DataType> implements com.google.protobuf.ProtocolMessageEnum
ucar.gcdm.DataType
Enum Constant and Description |
---|
DATA_TYPE_BYTE
DATA_TYPE_BYTE = 1; |
DATA_TYPE_CHAR
prefer String
|
DATA_TYPE_DOUBLE
DATA_TYPE_DOUBLE = 6; |
DATA_TYPE_ENUM1
DATA_TYPE_ENUM1 = 10; |
DATA_TYPE_ENUM2
DATA_TYPE_ENUM2 = 11; |
DATA_TYPE_ENUM4
DATA_TYPE_ENUM4 = 12; |
DATA_TYPE_FLOAT
DATA_TYPE_FLOAT = 5; |
DATA_TYPE_INT
DATA_TYPE_INT = 3; |
DATA_TYPE_LONG
DATA_TYPE_LONG = 4; |
DATA_TYPE_OPAQUE
DATA_TYPE_OPAQUE = 13; |
DATA_TYPE_SEQUENCE
DATA_TYPE_SEQUENCE = 9; |
DATA_TYPE_SHORT
DATA_TYPE_SHORT = 2; |
DATA_TYPE_STRING
DATA_TYPE_STRING = 7; |
DATA_TYPE_STRUCTURE
DATA_TYPE_STRUCTURE = 8; |
DATA_TYPE_UBYTE
DATA_TYPE_UBYTE = 14; |
DATA_TYPE_UINT
DATA_TYPE_UINT = 16; |
DATA_TYPE_ULONG
DATA_TYPE_ULONG = 17; |
DATA_TYPE_UNSPECIFIED
DATA_TYPE_UNSPECIFIED = 0; |
DATA_TYPE_USHORT
DATA_TYPE_USHORT = 15; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
DATA_TYPE_BYTE_VALUE
DATA_TYPE_BYTE = 1; |
static int |
DATA_TYPE_CHAR_VALUE
prefer String
|
static int |
DATA_TYPE_DOUBLE_VALUE
DATA_TYPE_DOUBLE = 6; |
static int |
DATA_TYPE_ENUM1_VALUE
DATA_TYPE_ENUM1 = 10; |
static int |
DATA_TYPE_ENUM2_VALUE
DATA_TYPE_ENUM2 = 11; |
static int |
DATA_TYPE_ENUM4_VALUE
DATA_TYPE_ENUM4 = 12; |
static int |
DATA_TYPE_FLOAT_VALUE
DATA_TYPE_FLOAT = 5; |
static int |
DATA_TYPE_INT_VALUE
DATA_TYPE_INT = 3; |
static int |
DATA_TYPE_LONG_VALUE
DATA_TYPE_LONG = 4; |
static int |
DATA_TYPE_OPAQUE_VALUE
DATA_TYPE_OPAQUE = 13; |
static int |
DATA_TYPE_SEQUENCE_VALUE
DATA_TYPE_SEQUENCE = 9; |
static int |
DATA_TYPE_SHORT_VALUE
DATA_TYPE_SHORT = 2; |
static int |
DATA_TYPE_STRING_VALUE
DATA_TYPE_STRING = 7; |
static int |
DATA_TYPE_STRUCTURE_VALUE
DATA_TYPE_STRUCTURE = 8; |
static int |
DATA_TYPE_UBYTE_VALUE
DATA_TYPE_UBYTE = 14; |
static int |
DATA_TYPE_UINT_VALUE
DATA_TYPE_UINT = 16; |
static int |
DATA_TYPE_ULONG_VALUE
DATA_TYPE_ULONG = 17; |
static int |
DATA_TYPE_UNSPECIFIED_VALUE
DATA_TYPE_UNSPECIFIED = 0; |
static int |
DATA_TYPE_USHORT_VALUE
DATA_TYPE_USHORT = 15; |
Modifier and Type | Method and Description |
---|---|
static GcdmNetcdfProto.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<GcdmNetcdfProto.DataType> |
internalGetValueMap() |
static GcdmNetcdfProto.DataType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GcdmNetcdfProto.DataType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GcdmNetcdfProto.DataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GcdmNetcdfProto.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcdmNetcdfProto.DataType DATA_TYPE_UNSPECIFIED
DATA_TYPE_UNSPECIFIED = 0;
public static final GcdmNetcdfProto.DataType DATA_TYPE_BYTE
DATA_TYPE_BYTE = 1;
public static final GcdmNetcdfProto.DataType DATA_TYPE_SHORT
DATA_TYPE_SHORT = 2;
public static final GcdmNetcdfProto.DataType DATA_TYPE_INT
DATA_TYPE_INT = 3;
public static final GcdmNetcdfProto.DataType DATA_TYPE_LONG
DATA_TYPE_LONG = 4;
public static final GcdmNetcdfProto.DataType DATA_TYPE_FLOAT
DATA_TYPE_FLOAT = 5;
public static final GcdmNetcdfProto.DataType DATA_TYPE_DOUBLE
DATA_TYPE_DOUBLE = 6;
public static final GcdmNetcdfProto.DataType DATA_TYPE_STRING
DATA_TYPE_STRING = 7;
public static final GcdmNetcdfProto.DataType DATA_TYPE_STRUCTURE
DATA_TYPE_STRUCTURE = 8;
public static final GcdmNetcdfProto.DataType DATA_TYPE_SEQUENCE
DATA_TYPE_SEQUENCE = 9;
public static final GcdmNetcdfProto.DataType DATA_TYPE_ENUM1
DATA_TYPE_ENUM1 = 10;
public static final GcdmNetcdfProto.DataType DATA_TYPE_ENUM2
DATA_TYPE_ENUM2 = 11;
public static final GcdmNetcdfProto.DataType DATA_TYPE_ENUM4
DATA_TYPE_ENUM4 = 12;
public static final GcdmNetcdfProto.DataType DATA_TYPE_OPAQUE
DATA_TYPE_OPAQUE = 13;
public static final GcdmNetcdfProto.DataType DATA_TYPE_UBYTE
DATA_TYPE_UBYTE = 14;
public static final GcdmNetcdfProto.DataType DATA_TYPE_USHORT
DATA_TYPE_USHORT = 15;
public static final GcdmNetcdfProto.DataType DATA_TYPE_UINT
DATA_TYPE_UINT = 16;
public static final GcdmNetcdfProto.DataType DATA_TYPE_ULONG
DATA_TYPE_ULONG = 17;
public static final GcdmNetcdfProto.DataType DATA_TYPE_CHAR
prefer String
DATA_TYPE_CHAR = 18;
public static final GcdmNetcdfProto.DataType UNRECOGNIZED
public static final int DATA_TYPE_UNSPECIFIED_VALUE
DATA_TYPE_UNSPECIFIED = 0;
public static final int DATA_TYPE_BYTE_VALUE
DATA_TYPE_BYTE = 1;
public static final int DATA_TYPE_SHORT_VALUE
DATA_TYPE_SHORT = 2;
public static final int DATA_TYPE_INT_VALUE
DATA_TYPE_INT = 3;
public static final int DATA_TYPE_LONG_VALUE
DATA_TYPE_LONG = 4;
public static final int DATA_TYPE_FLOAT_VALUE
DATA_TYPE_FLOAT = 5;
public static final int DATA_TYPE_DOUBLE_VALUE
DATA_TYPE_DOUBLE = 6;
public static final int DATA_TYPE_STRING_VALUE
DATA_TYPE_STRING = 7;
public static final int DATA_TYPE_STRUCTURE_VALUE
DATA_TYPE_STRUCTURE = 8;
public static final int DATA_TYPE_SEQUENCE_VALUE
DATA_TYPE_SEQUENCE = 9;
public static final int DATA_TYPE_ENUM1_VALUE
DATA_TYPE_ENUM1 = 10;
public static final int DATA_TYPE_ENUM2_VALUE
DATA_TYPE_ENUM2 = 11;
public static final int DATA_TYPE_ENUM4_VALUE
DATA_TYPE_ENUM4 = 12;
public static final int DATA_TYPE_OPAQUE_VALUE
DATA_TYPE_OPAQUE = 13;
public static final int DATA_TYPE_UBYTE_VALUE
DATA_TYPE_UBYTE = 14;
public static final int DATA_TYPE_USHORT_VALUE
DATA_TYPE_USHORT = 15;
public static final int DATA_TYPE_UINT_VALUE
DATA_TYPE_UINT = 16;
public static final int DATA_TYPE_ULONG_VALUE
DATA_TYPE_ULONG = 17;
public static final int DATA_TYPE_CHAR_VALUE
prefer String
DATA_TYPE_CHAR = 18;
public static GcdmNetcdfProto.DataType[] values()
for (GcdmNetcdfProto.DataType c : GcdmNetcdfProto.DataType.values()) System.out.println(c);
public static GcdmNetcdfProto.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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static GcdmNetcdfProto.DataType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static GcdmNetcdfProto.DataType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GcdmNetcdfProto.DataType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static GcdmNetcdfProto.DataType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)