Package ucar.nc2.ft2.coverage.remote
Enum CdmrFeatureProto.AxisSpacing
- java.lang.Object
-
- java.lang.Enum<CdmrFeatureProto.AxisSpacing>
-
- ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CdmrFeatureProto.AxisSpacing>
- Enclosing class:
- CdmrFeatureProto
public static enum CdmrFeatureProto.AxisSpacing extends Enum<CdmrFeatureProto.AxisSpacing> implements com.google.protobuf.ProtocolMessageEnum
same as CoverageCoordAxis.Spacing
Protobuf enumAxisSpacing
-
-
Enum Constant Summary
Enum Constants Enum Constant Description contiguousIntervalcontiguousInterval = 2;discontiguousIntervaldiscontiguousInterval = 3;irregularPointirregularPoint = 1;regularIntervalregularInterval = 4;regularPointregularPoint = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intcontiguousInterval_VALUEcontiguousInterval = 2;static intdiscontiguousInterval_VALUEdiscontiguousInterval = 3;static intirregularPoint_VALUEirregularPoint = 1;static intregularInterval_VALUEregularInterval = 4;static intregularPoint_VALUEregularPoint = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CdmrFeatureProto.AxisSpacingforNumber(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.AxisSpacing>internalGetValueMap()static CdmrFeatureProto.AxisSpacingvalueOf(int value)Deprecated.static CdmrFeatureProto.AxisSpacingvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CdmrFeatureProto.AxisSpacingvalueOf(String name)Returns the enum constant of this type with the specified name.static CdmrFeatureProto.AxisSpacing[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
regularPoint
public static final CdmrFeatureProto.AxisSpacing regularPoint
regularPoint = 0;
-
irregularPoint
public static final CdmrFeatureProto.AxisSpacing irregularPoint
irregularPoint = 1;
-
contiguousInterval
public static final CdmrFeatureProto.AxisSpacing contiguousInterval
contiguousInterval = 2;
-
discontiguousInterval
public static final CdmrFeatureProto.AxisSpacing discontiguousInterval
discontiguousInterval = 3;
-
regularInterval
public static final CdmrFeatureProto.AxisSpacing regularInterval
regularInterval = 4;
-
UNRECOGNIZED
public static final CdmrFeatureProto.AxisSpacing UNRECOGNIZED
-
-
Field Detail
-
regularPoint_VALUE
public static final int regularPoint_VALUE
regularPoint = 0;- See Also:
- Constant Field Values
-
irregularPoint_VALUE
public static final int irregularPoint_VALUE
irregularPoint = 1;- See Also:
- Constant Field Values
-
contiguousInterval_VALUE
public static final int contiguousInterval_VALUE
contiguousInterval = 2;- See Also:
- Constant Field Values
-
discontiguousInterval_VALUE
public static final int discontiguousInterval_VALUE
discontiguousInterval = 3;- See Also:
- Constant Field Values
-
regularInterval_VALUE
public static final int regularInterval_VALUE
regularInterval = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CdmrFeatureProto.AxisSpacing[] 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.AxisSpacing c : CdmrFeatureProto.AxisSpacing.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.AxisSpacing 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.AxisSpacing 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.AxisSpacing 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.AxisSpacing> 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.AxisSpacing 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
-
-