Package ucar.gcdm
Enum GcdmGridProto.CdmAxisType
- java.lang.Object
-
- java.lang.Enum<GcdmGridProto.CdmAxisType>
-
- ucar.gcdm.GcdmGridProto.CdmAxisType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<GcdmGridProto.CdmAxisType>
- Enclosing class:
- GcdmGridProto
public static enum GcdmGridProto.CdmAxisType extends Enum<GcdmGridProto.CdmAxisType> implements com.google.protobuf.ProtocolMessageEnum
related to ucar.nc2.constants.AxisType
Protobuf enumucar.gcdm.CdmAxisType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CDM_AXIS_TYPE_DIMENSIONCDM_AXIS_TYPE_DIMENSION = 12;CDM_AXIS_TYPE_ENSEMBLECDM_AXIS_TYPE_ENSEMBLE = 2;CDM_AXIS_TYPE_GEO_XCDM_AXIS_TYPE_GEO_X = 4;CDM_AXIS_TYPE_GEO_YCDM_AXIS_TYPE_GEO_Y = 5;CDM_AXIS_TYPE_GEO_ZCDM_AXIS_TYPE_GEO_Z = 6;CDM_AXIS_TYPE_HEIGHTCDM_AXIS_TYPE_HEIGHT = 9;CDM_AXIS_TYPE_LATCDM_AXIS_TYPE_LAT = 7;CDM_AXIS_TYPE_LONCDM_AXIS_TYPE_LON = 8;CDM_AXIS_TYPE_PRESSURECDM_AXIS_TYPE_PRESSURE = 10;CDM_AXIS_TYPE_RUN_TIMECDM_AXIS_TYPE_RUN_TIME = 1;CDM_AXIS_TYPE_TIMECDM_AXIS_TYPE_TIME = 3;CDM_AXIS_TYPE_TIME_OFFSETCDM_AXIS_TYPE_TIME_OFFSET = 11;CDM_AXIS_TYPE_UNSPECIFIEDCDM_AXIS_TYPE_UNSPECIFIED = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCDM_AXIS_TYPE_DIMENSION_VALUECDM_AXIS_TYPE_DIMENSION = 12;static intCDM_AXIS_TYPE_ENSEMBLE_VALUECDM_AXIS_TYPE_ENSEMBLE = 2;static intCDM_AXIS_TYPE_GEO_X_VALUECDM_AXIS_TYPE_GEO_X = 4;static intCDM_AXIS_TYPE_GEO_Y_VALUECDM_AXIS_TYPE_GEO_Y = 5;static intCDM_AXIS_TYPE_GEO_Z_VALUECDM_AXIS_TYPE_GEO_Z = 6;static intCDM_AXIS_TYPE_HEIGHT_VALUECDM_AXIS_TYPE_HEIGHT = 9;static intCDM_AXIS_TYPE_LAT_VALUECDM_AXIS_TYPE_LAT = 7;static intCDM_AXIS_TYPE_LON_VALUECDM_AXIS_TYPE_LON = 8;static intCDM_AXIS_TYPE_PRESSURE_VALUECDM_AXIS_TYPE_PRESSURE = 10;static intCDM_AXIS_TYPE_RUN_TIME_VALUECDM_AXIS_TYPE_RUN_TIME = 1;static intCDM_AXIS_TYPE_TIME_OFFSET_VALUECDM_AXIS_TYPE_TIME_OFFSET = 11;static intCDM_AXIS_TYPE_TIME_VALUECDM_AXIS_TYPE_TIME = 3;static intCDM_AXIS_TYPE_UNSPECIFIED_VALUECDM_AXIS_TYPE_UNSPECIFIED = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GcdmGridProto.CdmAxisTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<GcdmGridProto.CdmAxisType>internalGetValueMap()static GcdmGridProto.CdmAxisTypevalueOf(int value)Deprecated.static GcdmGridProto.CdmAxisTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static GcdmGridProto.CdmAxisTypevalueOf(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.
-
-
-
Enum Constant Detail
-
CDM_AXIS_TYPE_UNSPECIFIED
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_UNSPECIFIED
CDM_AXIS_TYPE_UNSPECIFIED = 0;
-
CDM_AXIS_TYPE_RUN_TIME
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_RUN_TIME
CDM_AXIS_TYPE_RUN_TIME = 1;
-
CDM_AXIS_TYPE_ENSEMBLE
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_ENSEMBLE
CDM_AXIS_TYPE_ENSEMBLE = 2;
-
CDM_AXIS_TYPE_TIME
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_TIME
CDM_AXIS_TYPE_TIME = 3;
-
CDM_AXIS_TYPE_GEO_X
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_GEO_X
CDM_AXIS_TYPE_GEO_X = 4;
-
CDM_AXIS_TYPE_GEO_Y
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_GEO_Y
CDM_AXIS_TYPE_GEO_Y = 5;
-
CDM_AXIS_TYPE_GEO_Z
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_GEO_Z
CDM_AXIS_TYPE_GEO_Z = 6;
-
CDM_AXIS_TYPE_LAT
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_LAT
CDM_AXIS_TYPE_LAT = 7;
-
CDM_AXIS_TYPE_LON
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_LON
CDM_AXIS_TYPE_LON = 8;
-
CDM_AXIS_TYPE_HEIGHT
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_HEIGHT
CDM_AXIS_TYPE_HEIGHT = 9;
-
CDM_AXIS_TYPE_PRESSURE
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_PRESSURE
CDM_AXIS_TYPE_PRESSURE = 10;
-
CDM_AXIS_TYPE_TIME_OFFSET
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_TIME_OFFSET
CDM_AXIS_TYPE_TIME_OFFSET = 11;
-
CDM_AXIS_TYPE_DIMENSION
public static final GcdmGridProto.CdmAxisType CDM_AXIS_TYPE_DIMENSION
CDM_AXIS_TYPE_DIMENSION = 12;
-
UNRECOGNIZED
public static final GcdmGridProto.CdmAxisType UNRECOGNIZED
-
-
Field Detail
-
CDM_AXIS_TYPE_UNSPECIFIED_VALUE
public static final int CDM_AXIS_TYPE_UNSPECIFIED_VALUE
CDM_AXIS_TYPE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_RUN_TIME_VALUE
public static final int CDM_AXIS_TYPE_RUN_TIME_VALUE
CDM_AXIS_TYPE_RUN_TIME = 1;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_ENSEMBLE_VALUE
public static final int CDM_AXIS_TYPE_ENSEMBLE_VALUE
CDM_AXIS_TYPE_ENSEMBLE = 2;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_TIME_VALUE
public static final int CDM_AXIS_TYPE_TIME_VALUE
CDM_AXIS_TYPE_TIME = 3;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_GEO_X_VALUE
public static final int CDM_AXIS_TYPE_GEO_X_VALUE
CDM_AXIS_TYPE_GEO_X = 4;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_GEO_Y_VALUE
public static final int CDM_AXIS_TYPE_GEO_Y_VALUE
CDM_AXIS_TYPE_GEO_Y = 5;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_GEO_Z_VALUE
public static final int CDM_AXIS_TYPE_GEO_Z_VALUE
CDM_AXIS_TYPE_GEO_Z = 6;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_LAT_VALUE
public static final int CDM_AXIS_TYPE_LAT_VALUE
CDM_AXIS_TYPE_LAT = 7;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_LON_VALUE
public static final int CDM_AXIS_TYPE_LON_VALUE
CDM_AXIS_TYPE_LON = 8;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_HEIGHT_VALUE
public static final int CDM_AXIS_TYPE_HEIGHT_VALUE
CDM_AXIS_TYPE_HEIGHT = 9;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_PRESSURE_VALUE
public static final int CDM_AXIS_TYPE_PRESSURE_VALUE
CDM_AXIS_TYPE_PRESSURE = 10;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_TIME_OFFSET_VALUE
public static final int CDM_AXIS_TYPE_TIME_OFFSET_VALUE
CDM_AXIS_TYPE_TIME_OFFSET = 11;- See Also:
- Constant Field Values
-
CDM_AXIS_TYPE_DIMENSION_VALUE
public static final int CDM_AXIS_TYPE_DIMENSION_VALUE
CDM_AXIS_TYPE_DIMENSION = 12;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static GcdmGridProto.CdmAxisType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GcdmGridProto.CdmAxisType c : GcdmGridProto.CdmAxisType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GcdmGridProto.CdmAxisType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static GcdmGridProto.CdmAxisType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static GcdmGridProto.CdmAxisType forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<GcdmGridProto.CdmAxisType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static GcdmGridProto.CdmAxisType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-