public static enum GribCollectionProto.GribAxisType extends java.lang.Enum<GribCollectionProto.GribAxisType> implements com.google.protobuf.ProtocolMessageEnum
same as ucar.coord.Coordinate.TypeProtobuf enum
GribAxisType| Enum Constant and Description |
|---|
ens
ens = 5; |
runtime
runtime = 0; |
time
time = 1; |
time2D
time2D = 4; |
timeIntv
timeIntv = 2; |
UNRECOGNIZED |
vert
vert = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ens_VALUE
ens = 5; |
static int |
runtime_VALUE
runtime = 0; |
static int |
time_VALUE
time = 1; |
static int |
time2D_VALUE
time2D = 4; |
static int |
timeIntv_VALUE
timeIntv = 2; |
static int |
vert_VALUE
vert = 3; |
| Modifier and Type | Method and Description |
|---|---|
static GribCollectionProto.GribAxisType |
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.GribAxisType> |
internalGetValueMap() |
static GribCollectionProto.GribAxisType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GribCollectionProto.GribAxisType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GribCollectionProto.GribAxisType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GribCollectionProto.GribAxisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GribCollectionProto.GribAxisType runtime
runtime = 0;public static final GribCollectionProto.GribAxisType time
time = 1;public static final GribCollectionProto.GribAxisType timeIntv
timeIntv = 2;public static final GribCollectionProto.GribAxisType vert
vert = 3;public static final GribCollectionProto.GribAxisType time2D
time2D = 4;public static final GribCollectionProto.GribAxisType ens
ens = 5;public static final GribCollectionProto.GribAxisType UNRECOGNIZED
public static final int runtime_VALUE
runtime = 0;public static final int time_VALUE
time = 1;public static final int timeIntv_VALUE
timeIntv = 2;public static final int vert_VALUE
vert = 3;public static final int time2D_VALUE
time2D = 4;public static final int ens_VALUE
ens = 5;public static GribCollectionProto.GribAxisType[] values()
for (GribCollectionProto.GribAxisType c : GribCollectionProto.GribAxisType.values()) System.out.println(c);
public static GribCollectionProto.GribAxisType 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 GribCollectionProto.GribAxisType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GribCollectionProto.GribAxisType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GribCollectionProto.GribAxisType> 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 GribCollectionProto.GribAxisType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)