public static enum GribCollectionProto.Dataset.Type extends java.lang.Enum<GribCollectionProto.Dataset.Type> implements com.google.protobuf.ProtocolMessageEnum
Dataset.Type
Enum Constant and Description |
---|
Best
time partition Best
|
GC
leaf collection
|
MRC
multiple runtime collection
|
MRSTC
multiple runtime single time collection
|
MRSTP
multiple runtime single time partition
|
MRUTC
Multiple Runtime Unique Time Collection
|
MRUTP
Multiple Runtime Unique Time Partition
|
SRC
single runtime collection
|
TwoD
time partition 2D
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
Best_VALUE
time partition Best
|
static int |
GC_VALUE
leaf collection
|
static int |
MRC_VALUE
multiple runtime collection
|
static int |
MRSTC_VALUE
multiple runtime single time collection
|
static int |
MRSTP_VALUE
multiple runtime single time partition
|
static int |
MRUTC_VALUE
Multiple Runtime Unique Time Collection
|
static int |
MRUTP_VALUE
Multiple Runtime Unique Time Partition
|
static int |
SRC_VALUE
single runtime collection
|
static int |
TwoD_VALUE
time partition 2D
|
Modifier and Type | Method and Description |
---|---|
static GribCollectionProto.Dataset.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<GribCollectionProto.Dataset.Type> |
internalGetValueMap() |
static GribCollectionProto.Dataset.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GribCollectionProto.Dataset.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GribCollectionProto.Dataset.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GribCollectionProto.Dataset.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GribCollectionProto.Dataset.Type GC
leaf collection
GC = 0;
public static final GribCollectionProto.Dataset.Type SRC
single runtime collection
SRC = 4;
public static final GribCollectionProto.Dataset.Type MRC
multiple runtime collection
MRC = 5;
public static final GribCollectionProto.Dataset.Type MRSTC
multiple runtime single time collection
MRSTC = 6;
public static final GribCollectionProto.Dataset.Type MRUTC
Multiple Runtime Unique Time Collection
MRUTC = 8;
public static final GribCollectionProto.Dataset.Type MRSTP
multiple runtime single time partition
MRSTP = 7;
public static final GribCollectionProto.Dataset.Type TwoD
time partition 2D
TwoD = 1;
public static final GribCollectionProto.Dataset.Type Best
time partition Best
Best = 2;
public static final GribCollectionProto.Dataset.Type MRUTP
Multiple Runtime Unique Time Partition
MRUTP = 9;
public static final GribCollectionProto.Dataset.Type UNRECOGNIZED
public static final int GC_VALUE
leaf collection
GC = 0;
public static final int SRC_VALUE
single runtime collection
SRC = 4;
public static final int MRC_VALUE
multiple runtime collection
MRC = 5;
public static final int MRSTC_VALUE
multiple runtime single time collection
MRSTC = 6;
public static final int MRUTC_VALUE
Multiple Runtime Unique Time Collection
MRUTC = 8;
public static final int MRSTP_VALUE
multiple runtime single time partition
MRSTP = 7;
public static final int TwoD_VALUE
time partition 2D
TwoD = 1;
public static final int Best_VALUE
time partition Best
Best = 2;
public static final int MRUTP_VALUE
Multiple Runtime Unique Time Partition
MRUTP = 9;
public static GribCollectionProto.Dataset.Type[] values()
for (GribCollectionProto.Dataset.Type c : GribCollectionProto.Dataset.Type.values()) System.out.println(c);
public static GribCollectionProto.Dataset.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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static GribCollectionProto.Dataset.Type valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static GribCollectionProto.Dataset.Type forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GribCollectionProto.Dataset.Type> 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 GribCollectionProto.Dataset.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)