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 contiguousInterval
contiguousInterval = 2;
discontiguousInterval
discontiguousInterval = 3;
irregularPoint
irregularPoint = 1;
regularInterval
regularInterval = 4;
regularPoint
regularPoint = 0;
UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
contiguousInterval_VALUE
contiguousInterval = 2;
static int
discontiguousInterval_VALUE
discontiguousInterval = 3;
static int
irregularPoint_VALUE
irregularPoint = 1;
static int
regularInterval_VALUE
regularInterval = 4;
static int
regularPoint_VALUE
regularPoint = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CdmrFeatureProto.AxisSpacing
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<CdmrFeatureProto.AxisSpacing>
internalGetValueMap()
static CdmrFeatureProto.AxisSpacing
valueOf(int value)
Deprecated.static CdmrFeatureProto.AxisSpacing
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CdmrFeatureProto.AxisSpacing
valueOf(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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in 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:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in 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
-
-