public static enum GcdmGridProto.CdmAxisType extends Enum<GcdmGridProto.CdmAxisType> implements com.google.protobuf.ProtocolMessageEnum
related to ucar.nc2.constants.AxisTypeProtobuf enum
ucar.gcdm.CdmAxisType| Enum Constant and Description |
|---|
CDM_AXIS_TYPE_ENSEMBLE
CDM_AXIS_TYPE_ENSEMBLE = 2; |
CDM_AXIS_TYPE_GEO_X
CDM_AXIS_TYPE_GEO_X = 4; |
CDM_AXIS_TYPE_GEO_Y
CDM_AXIS_TYPE_GEO_Y = 5; |
CDM_AXIS_TYPE_GEO_Z
CDM_AXIS_TYPE_GEO_Z = 6; |
CDM_AXIS_TYPE_HEIGHT
CDM_AXIS_TYPE_HEIGHT = 9; |
CDM_AXIS_TYPE_LAT
CDM_AXIS_TYPE_LAT = 7; |
CDM_AXIS_TYPE_LON
CDM_AXIS_TYPE_LON = 8; |
CDM_AXIS_TYPE_PRESSURE
CDM_AXIS_TYPE_PRESSURE = 10; |
CDM_AXIS_TYPE_RUN_TIME
CDM_AXIS_TYPE_RUN_TIME = 1; |
CDM_AXIS_TYPE_TIME
CDM_AXIS_TYPE_TIME = 3; |
CDM_AXIS_TYPE_TIME_OFFSET
CDM_AXIS_TYPE_TIME_OFFSET = 11; |
CDM_AXIS_TYPE_UNSPECIFIED
CDM_AXIS_TYPE_UNSPECIFIED = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CDM_AXIS_TYPE_ENSEMBLE_VALUE
CDM_AXIS_TYPE_ENSEMBLE = 2; |
static int |
CDM_AXIS_TYPE_GEO_X_VALUE
CDM_AXIS_TYPE_GEO_X = 4; |
static int |
CDM_AXIS_TYPE_GEO_Y_VALUE
CDM_AXIS_TYPE_GEO_Y = 5; |
static int |
CDM_AXIS_TYPE_GEO_Z_VALUE
CDM_AXIS_TYPE_GEO_Z = 6; |
static int |
CDM_AXIS_TYPE_HEIGHT_VALUE
CDM_AXIS_TYPE_HEIGHT = 9; |
static int |
CDM_AXIS_TYPE_LAT_VALUE
CDM_AXIS_TYPE_LAT = 7; |
static int |
CDM_AXIS_TYPE_LON_VALUE
CDM_AXIS_TYPE_LON = 8; |
static int |
CDM_AXIS_TYPE_PRESSURE_VALUE
CDM_AXIS_TYPE_PRESSURE = 10; |
static int |
CDM_AXIS_TYPE_RUN_TIME_VALUE
CDM_AXIS_TYPE_RUN_TIME = 1; |
static int |
CDM_AXIS_TYPE_TIME_OFFSET_VALUE
CDM_AXIS_TYPE_TIME_OFFSET = 11; |
static int |
CDM_AXIS_TYPE_TIME_VALUE
CDM_AXIS_TYPE_TIME = 3; |
static int |
CDM_AXIS_TYPE_UNSPECIFIED_VALUE
CDM_AXIS_TYPE_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static GcdmGridProto.CdmAxisType |
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<GcdmGridProto.CdmAxisType> |
internalGetValueMap() |
static GcdmGridProto.CdmAxisType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GcdmGridProto.CdmAxisType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GcdmGridProto.CdmAxisType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcdmGridProto.CdmAxisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_UNSPECIFIED
CDM_AXIS_TYPE_UNSPECIFIED = 0;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_RUN_TIME
CDM_AXIS_TYPE_RUN_TIME = 1;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_ENSEMBLE
CDM_AXIS_TYPE_ENSEMBLE = 2;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_TIME
CDM_AXIS_TYPE_TIME = 3;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_GEO_X
CDM_AXIS_TYPE_GEO_X = 4;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_GEO_Y
CDM_AXIS_TYPE_GEO_Y = 5;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_GEO_Z
CDM_AXIS_TYPE_GEO_Z = 6;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_LAT
CDM_AXIS_TYPE_LAT = 7;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_LON
CDM_AXIS_TYPE_LON = 8;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_HEIGHT
CDM_AXIS_TYPE_HEIGHT = 9;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_PRESSURE
CDM_AXIS_TYPE_PRESSURE = 10;public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_TIME_OFFSET
CDM_AXIS_TYPE_TIME_OFFSET = 11;public static final GcdmGridProto.CdmAxisType UNRECOGNIZED
public static final int CDM_AXIS_TYPE_UNSPECIFIED_VALUE
CDM_AXIS_TYPE_UNSPECIFIED = 0;public static final int CDM_AXIS_TYPE_RUN_TIME_VALUE
CDM_AXIS_TYPE_RUN_TIME = 1;public static final int CDM_AXIS_TYPE_ENSEMBLE_VALUE
CDM_AXIS_TYPE_ENSEMBLE = 2;public static final int CDM_AXIS_TYPE_TIME_VALUE
CDM_AXIS_TYPE_TIME = 3;public static final int CDM_AXIS_TYPE_GEO_X_VALUE
CDM_AXIS_TYPE_GEO_X = 4;public static final int CDM_AXIS_TYPE_GEO_Y_VALUE
CDM_AXIS_TYPE_GEO_Y = 5;public static final int CDM_AXIS_TYPE_GEO_Z_VALUE
CDM_AXIS_TYPE_GEO_Z = 6;public static final int CDM_AXIS_TYPE_LAT_VALUE
CDM_AXIS_TYPE_LAT = 7;public static final int CDM_AXIS_TYPE_LON_VALUE
CDM_AXIS_TYPE_LON = 8;public static final int CDM_AXIS_TYPE_HEIGHT_VALUE
CDM_AXIS_TYPE_HEIGHT = 9;public static final int CDM_AXIS_TYPE_PRESSURE_VALUE
CDM_AXIS_TYPE_PRESSURE = 10;public static final int CDM_AXIS_TYPE_TIME_OFFSET_VALUE
CDM_AXIS_TYPE_TIME_OFFSET = 11;public static GcdmGridProto.CdmAxisType[] values()
for (GcdmGridProto.CdmAxisType c : GcdmGridProto.CdmAxisType.values()) System.out.println(c);
public static GcdmGridProto.CdmAxisType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - 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 GcdmGridProto.CdmAxisType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GcdmGridProto.CdmAxisType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GcdmGridProto.CdmAxisType> 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 GcdmGridProto.CdmAxisType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)