Package ucar.nc2.ft2.coverage.remote
Enum CdmrFeatureProto.AxisType
- java.lang.Object
-
- java.lang.Enum<CdmrFeatureProto.AxisType>
-
- ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CdmrFeatureProto.AxisType>
- Enclosing class:
- CdmrFeatureProto
public static enum CdmrFeatureProto.AxisType extends Enum<CdmrFeatureProto.AxisType> implements com.google.protobuf.ProtocolMessageEnum
same as ucar.nc2.constants.AxisType
Protobuf enumAxisType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EnsembleEnsemble = 1;GeoXGeoX = 3;GeoYGeoY = 4;GeoZGeoZ = 5;HeightHeight = 8;LatLat = 6;LonLon = 7;PressurePressure = 9;RadialAzimuthRadialAzimuth = 10;RadialDistanceRadialDistance = 11;RadialElevationRadialElevation = 12;RunTimeRunTime = 0;SpectralSpectral = 13;TimeTime = 2;TimeOffsetTimeOffset = 14;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intEnsemble_VALUEEnsemble = 1;static intGeoX_VALUEGeoX = 3;static intGeoY_VALUEGeoY = 4;static intGeoZ_VALUEGeoZ = 5;static intHeight_VALUEHeight = 8;static intLat_VALUELat = 6;static intLon_VALUELon = 7;static intPressure_VALUEPressure = 9;static intRadialAzimuth_VALUERadialAzimuth = 10;static intRadialDistance_VALUERadialDistance = 11;static intRadialElevation_VALUERadialElevation = 12;static intRunTime_VALUERunTime = 0;static intSpectral_VALUESpectral = 13;static intTime_VALUETime = 2;static intTimeOffset_VALUETimeOffset = 14;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CdmrFeatureProto.AxisTypeforNumber(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<CdmrFeatureProto.AxisType>internalGetValueMap()static CdmrFeatureProto.AxisTypevalueOf(int value)Deprecated.static CdmrFeatureProto.AxisTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CdmrFeatureProto.AxisTypevalueOf(String name)Returns the enum constant of this type with the specified name.static CdmrFeatureProto.AxisType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RunTime
public static final CdmrFeatureProto.AxisType RunTime
RunTime = 0;
-
Ensemble
public static final CdmrFeatureProto.AxisType Ensemble
Ensemble = 1;
-
Time
public static final CdmrFeatureProto.AxisType Time
Time = 2;
-
GeoX
public static final CdmrFeatureProto.AxisType GeoX
GeoX = 3;
-
GeoY
public static final CdmrFeatureProto.AxisType GeoY
GeoY = 4;
-
GeoZ
public static final CdmrFeatureProto.AxisType GeoZ
GeoZ = 5;
-
Lat
public static final CdmrFeatureProto.AxisType Lat
Lat = 6;
-
Lon
public static final CdmrFeatureProto.AxisType Lon
Lon = 7;
-
Height
public static final CdmrFeatureProto.AxisType Height
Height = 8;
-
Pressure
public static final CdmrFeatureProto.AxisType Pressure
Pressure = 9;
-
RadialAzimuth
public static final CdmrFeatureProto.AxisType RadialAzimuth
RadialAzimuth = 10;
-
RadialDistance
public static final CdmrFeatureProto.AxisType RadialDistance
RadialDistance = 11;
-
RadialElevation
public static final CdmrFeatureProto.AxisType RadialElevation
RadialElevation = 12;
-
Spectral
public static final CdmrFeatureProto.AxisType Spectral
Spectral = 13;
-
TimeOffset
public static final CdmrFeatureProto.AxisType TimeOffset
TimeOffset = 14;
-
UNRECOGNIZED
public static final CdmrFeatureProto.AxisType UNRECOGNIZED
-
-
Field Detail
-
RunTime_VALUE
public static final int RunTime_VALUE
RunTime = 0;- See Also:
- Constant Field Values
-
Ensemble_VALUE
public static final int Ensemble_VALUE
Ensemble = 1;- See Also:
- Constant Field Values
-
Time_VALUE
public static final int Time_VALUE
Time = 2;- See Also:
- Constant Field Values
-
GeoX_VALUE
public static final int GeoX_VALUE
GeoX = 3;- See Also:
- Constant Field Values
-
GeoY_VALUE
public static final int GeoY_VALUE
GeoY = 4;- See Also:
- Constant Field Values
-
GeoZ_VALUE
public static final int GeoZ_VALUE
GeoZ = 5;- See Also:
- Constant Field Values
-
Lat_VALUE
public static final int Lat_VALUE
Lat = 6;- See Also:
- Constant Field Values
-
Lon_VALUE
public static final int Lon_VALUE
Lon = 7;- See Also:
- Constant Field Values
-
Height_VALUE
public static final int Height_VALUE
Height = 8;- See Also:
- Constant Field Values
-
Pressure_VALUE
public static final int Pressure_VALUE
Pressure = 9;- See Also:
- Constant Field Values
-
RadialAzimuth_VALUE
public static final int RadialAzimuth_VALUE
RadialAzimuth = 10;- See Also:
- Constant Field Values
-
RadialDistance_VALUE
public static final int RadialDistance_VALUE
RadialDistance = 11;- See Also:
- Constant Field Values
-
RadialElevation_VALUE
public static final int RadialElevation_VALUE
RadialElevation = 12;- See Also:
- Constant Field Values
-
Spectral_VALUE
public static final int Spectral_VALUE
Spectral = 13;- See Also:
- Constant Field Values
-
TimeOffset_VALUE
public static final int TimeOffset_VALUE
TimeOffset = 14;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CdmrFeatureProto.AxisType[] 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 (CdmrFeatureProto.AxisType c : CdmrFeatureProto.AxisType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CdmrFeatureProto.AxisType 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 CdmrFeatureProto.AxisType 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 CdmrFeatureProto.AxisType 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<CdmrFeatureProto.AxisType> 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 CdmrFeatureProto.AxisType 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
-
-