Package ucar.gcdm
Enum GcdmGridProto.CdmFeatureType
- java.lang.Object
-
- java.lang.Enum<GcdmGridProto.CdmFeatureType>
-
- ucar.gcdm.GcdmGridProto.CdmFeatureType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<GcdmGridProto.CdmFeatureType>
- Enclosing class:
- GcdmGridProto
public static enum GcdmGridProto.CdmFeatureType extends Enum<GcdmGridProto.CdmFeatureType> implements com.google.protobuf.ProtocolMessageEnum
could be related to java.ucar.nc2.constants.
Protobuf enumucar.gcdm.CdmFeatureType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CDM_FEATURE_TYPE_CURVILINEARCDM_FEATURE_TYPE_CURVILINEAR = 2;CDM_FEATURE_TYPE_FMRCCDM_FEATURE_TYPE_FMRC = 5;CDM_FEATURE_TYPE_GENERALCDM_FEATURE_TYPE_GENERAL = 1;CDM_FEATURE_TYPE_GRIDDEDCDM_FEATURE_TYPE_GRIDDED = 3;CDM_FEATURE_TYPE_SWATHCDM_FEATURE_TYPE_SWATH = 4;CDM_FEATURE_TYPE_UNSPECIFIEDCDM_FEATURE_TYPE_UNSPECIFIED = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCDM_FEATURE_TYPE_CURVILINEAR_VALUECDM_FEATURE_TYPE_CURVILINEAR = 2;static intCDM_FEATURE_TYPE_FMRC_VALUECDM_FEATURE_TYPE_FMRC = 5;static intCDM_FEATURE_TYPE_GENERAL_VALUECDM_FEATURE_TYPE_GENERAL = 1;static intCDM_FEATURE_TYPE_GRIDDED_VALUECDM_FEATURE_TYPE_GRIDDED = 3;static intCDM_FEATURE_TYPE_SWATH_VALUECDM_FEATURE_TYPE_SWATH = 4;static intCDM_FEATURE_TYPE_UNSPECIFIED_VALUECDM_FEATURE_TYPE_UNSPECIFIED = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GcdmGridProto.CdmFeatureTypeforNumber(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.CdmFeatureType>internalGetValueMap()static GcdmGridProto.CdmFeatureTypevalueOf(int value)Deprecated.static GcdmGridProto.CdmFeatureTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static GcdmGridProto.CdmFeatureTypevalueOf(String name)Returns the enum constant of this type with the specified name.static GcdmGridProto.CdmFeatureType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CDM_FEATURE_TYPE_UNSPECIFIED
public static final GcdmGridProto.CdmFeatureType CDM_FEATURE_TYPE_UNSPECIFIED
CDM_FEATURE_TYPE_UNSPECIFIED = 0;
-
CDM_FEATURE_TYPE_GENERAL
public static final GcdmGridProto.CdmFeatureType CDM_FEATURE_TYPE_GENERAL
CDM_FEATURE_TYPE_GENERAL = 1;
-
CDM_FEATURE_TYPE_CURVILINEAR
public static final GcdmGridProto.CdmFeatureType CDM_FEATURE_TYPE_CURVILINEAR
CDM_FEATURE_TYPE_CURVILINEAR = 2;
-
CDM_FEATURE_TYPE_GRIDDED
public static final GcdmGridProto.CdmFeatureType CDM_FEATURE_TYPE_GRIDDED
CDM_FEATURE_TYPE_GRIDDED = 3;
-
CDM_FEATURE_TYPE_SWATH
public static final GcdmGridProto.CdmFeatureType CDM_FEATURE_TYPE_SWATH
CDM_FEATURE_TYPE_SWATH = 4;
-
CDM_FEATURE_TYPE_FMRC
public static final GcdmGridProto.CdmFeatureType CDM_FEATURE_TYPE_FMRC
CDM_FEATURE_TYPE_FMRC = 5;
-
UNRECOGNIZED
public static final GcdmGridProto.CdmFeatureType UNRECOGNIZED
-
-
Field Detail
-
CDM_FEATURE_TYPE_UNSPECIFIED_VALUE
public static final int CDM_FEATURE_TYPE_UNSPECIFIED_VALUE
CDM_FEATURE_TYPE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
CDM_FEATURE_TYPE_GENERAL_VALUE
public static final int CDM_FEATURE_TYPE_GENERAL_VALUE
CDM_FEATURE_TYPE_GENERAL = 1;- See Also:
- Constant Field Values
-
CDM_FEATURE_TYPE_CURVILINEAR_VALUE
public static final int CDM_FEATURE_TYPE_CURVILINEAR_VALUE
CDM_FEATURE_TYPE_CURVILINEAR = 2;- See Also:
- Constant Field Values
-
CDM_FEATURE_TYPE_GRIDDED_VALUE
public static final int CDM_FEATURE_TYPE_GRIDDED_VALUE
CDM_FEATURE_TYPE_GRIDDED = 3;- See Also:
- Constant Field Values
-
CDM_FEATURE_TYPE_SWATH_VALUE
public static final int CDM_FEATURE_TYPE_SWATH_VALUE
CDM_FEATURE_TYPE_SWATH = 4;- See Also:
- Constant Field Values
-
CDM_FEATURE_TYPE_FMRC_VALUE
public static final int CDM_FEATURE_TYPE_FMRC_VALUE
CDM_FEATURE_TYPE_FMRC = 5;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static GcdmGridProto.CdmFeatureType[] 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.CdmFeatureType c : GcdmGridProto.CdmFeatureType.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.CdmFeatureType 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.CdmFeatureType 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.CdmFeatureType 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.CdmFeatureType> 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.CdmFeatureType 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
-
-