public static enum GribCollectionProto.Dataset.Type extends java.lang.Enum<GribCollectionProto.Dataset.Type> implements com.google.protobuf.ProtocolMessageEnum
Dataset.Type
Enum Constant and Description |
---|
Analysis
Analysis = 3; |
Best
Best = 2; |
GC
GC = 0; |
MRC
MRC = 5; |
MRSTC
MRSTC = 6; |
SRC
SRC = 4; |
TP
TP = 7; |
TwoD
TwoD = 1; |
Modifier and Type | Field and Description |
---|---|
static int |
Analysis_VALUE
Analysis = 3; |
static int |
Best_VALUE
Best = 2; |
static int |
GC_VALUE
GC = 0; |
static int |
MRC_VALUE
MRC = 5; |
static int |
MRSTC_VALUE
MRSTC = 6; |
static int |
SRC_VALUE
SRC = 4; |
static int |
TP_VALUE
TP = 7; |
static int |
TwoD_VALUE
TwoD = 1; |
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<GribCollectionProto.Dataset.Type> |
internalGetValueMap() |
static GribCollectionProto.Dataset.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GribCollectionProto.Dataset.Type |
valueOf(int value) |
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
GC = 0;
leaf collection
public static final GribCollectionProto.Dataset.Type SRC
SRC = 4;
single runtime collection
public static final GribCollectionProto.Dataset.Type MRC
MRC = 5;
multiple runtime collection
public static final GribCollectionProto.Dataset.Type MRSTC
MRSTC = 6;
multiple runtime single time collection
public static final GribCollectionProto.Dataset.Type TP
TP = 7;
time partition collection 1D
public static final GribCollectionProto.Dataset.Type TwoD
TwoD = 1;
time partition 2D
public static final GribCollectionProto.Dataset.Type Best
Best = 2;
time partition Best
public static final GribCollectionProto.Dataset.Type Analysis
Analysis = 3;
not implemented yet
public static final int GC_VALUE
GC = 0;
leaf collection
public static final int SRC_VALUE
SRC = 4;
single runtime collection
public static final int MRC_VALUE
MRC = 5;
multiple runtime collection
public static final int MRSTC_VALUE
MRSTC = 6;
multiple runtime single time collection
public static final int TP_VALUE
TP = 7;
time partition collection 1D
public static final int TwoD_VALUE
TwoD = 1;
time partition 2D
public static final int Best_VALUE
Best = 2;
time partition Best
public static final int Analysis_VALUE
Analysis = 3;
not implemented yet
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
public static GribCollectionProto.Dataset.Type valueOf(int value)
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)