Package ucar.gcdm
Enum GcdmGridProto.GridAxisSpacing
- java.lang.Object
-
- java.lang.Enum<GcdmGridProto.GridAxisSpacing>
-
- ucar.gcdm.GcdmGridProto.GridAxisSpacing
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<GcdmGridProto.GridAxisSpacing>
- Enclosing class:
- GcdmGridProto
public static enum GcdmGridProto.GridAxisSpacing extends Enum<GcdmGridProto.GridAxisSpacing> implements com.google.protobuf.ProtocolMessageEnum
currently related to GridAxisSpacing
Protobuf enumucar.gcdm.GridAxisSpacing
-
-
Enum Constant Summary
Enum Constants Enum Constant Description GRID_AXIS_SPACING_CONTIGUOUS_INTERVALGRID_AXIS_SPACING_CONTIGUOUS_INTERVAL = 4;GRID_AXIS_SPACING_DISCONTIGUOUS_INTERVALGRID_AXIS_SPACING_DISCONTIGUOUS_INTERVAL = 5;GRID_AXIS_SPACING_IRREGULAR_POINTGRID_AXIS_SPACING_IRREGULAR_POINT = 2;GRID_AXIS_SPACING_NOMINAL_POINTGRID_AXIS_SPACING_NOMINAL_POINT = 6;GRID_AXIS_SPACING_REGULAR_INTERVALGRID_AXIS_SPACING_REGULAR_INTERVAL = 3;GRID_AXIS_SPACING_REGULAR_POINTGRID_AXIS_SPACING_REGULAR_POINT = 1;GRID_AXIS_SPACING_UNSPECIFIEDGRID_AXIS_SPACING_UNSPECIFIED = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intGRID_AXIS_SPACING_CONTIGUOUS_INTERVAL_VALUEGRID_AXIS_SPACING_CONTIGUOUS_INTERVAL = 4;static intGRID_AXIS_SPACING_DISCONTIGUOUS_INTERVAL_VALUEGRID_AXIS_SPACING_DISCONTIGUOUS_INTERVAL = 5;static intGRID_AXIS_SPACING_IRREGULAR_POINT_VALUEGRID_AXIS_SPACING_IRREGULAR_POINT = 2;static intGRID_AXIS_SPACING_NOMINAL_POINT_VALUEGRID_AXIS_SPACING_NOMINAL_POINT = 6;static intGRID_AXIS_SPACING_REGULAR_INTERVAL_VALUEGRID_AXIS_SPACING_REGULAR_INTERVAL = 3;static intGRID_AXIS_SPACING_REGULAR_POINT_VALUEGRID_AXIS_SPACING_REGULAR_POINT = 1;static intGRID_AXIS_SPACING_UNSPECIFIED_VALUEGRID_AXIS_SPACING_UNSPECIFIED = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GcdmGridProto.GridAxisSpacingforNumber(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.GridAxisSpacing>internalGetValueMap()static GcdmGridProto.GridAxisSpacingvalueOf(int value)Deprecated.static GcdmGridProto.GridAxisSpacingvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static GcdmGridProto.GridAxisSpacingvalueOf(String name)Returns the enum constant of this type with the specified name.static GcdmGridProto.GridAxisSpacing[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
GRID_AXIS_SPACING_UNSPECIFIED
public static final GcdmGridProto.GridAxisSpacing GRID_AXIS_SPACING_UNSPECIFIED
GRID_AXIS_SPACING_UNSPECIFIED = 0;
-
GRID_AXIS_SPACING_REGULAR_POINT
public static final GcdmGridProto.GridAxisSpacing GRID_AXIS_SPACING_REGULAR_POINT
GRID_AXIS_SPACING_REGULAR_POINT = 1;
-
GRID_AXIS_SPACING_IRREGULAR_POINT
public static final GcdmGridProto.GridAxisSpacing GRID_AXIS_SPACING_IRREGULAR_POINT
GRID_AXIS_SPACING_IRREGULAR_POINT = 2;
-
GRID_AXIS_SPACING_NOMINAL_POINT
public static final GcdmGridProto.GridAxisSpacing GRID_AXIS_SPACING_NOMINAL_POINT
GRID_AXIS_SPACING_NOMINAL_POINT = 6;
-
GRID_AXIS_SPACING_REGULAR_INTERVAL
public static final GcdmGridProto.GridAxisSpacing GRID_AXIS_SPACING_REGULAR_INTERVAL
GRID_AXIS_SPACING_REGULAR_INTERVAL = 3;
-
GRID_AXIS_SPACING_CONTIGUOUS_INTERVAL
public static final GcdmGridProto.GridAxisSpacing GRID_AXIS_SPACING_CONTIGUOUS_INTERVAL
GRID_AXIS_SPACING_CONTIGUOUS_INTERVAL = 4;
-
GRID_AXIS_SPACING_DISCONTIGUOUS_INTERVAL
public static final GcdmGridProto.GridAxisSpacing GRID_AXIS_SPACING_DISCONTIGUOUS_INTERVAL
GRID_AXIS_SPACING_DISCONTIGUOUS_INTERVAL = 5;
-
UNRECOGNIZED
public static final GcdmGridProto.GridAxisSpacing UNRECOGNIZED
-
-
Field Detail
-
GRID_AXIS_SPACING_UNSPECIFIED_VALUE
public static final int GRID_AXIS_SPACING_UNSPECIFIED_VALUE
GRID_AXIS_SPACING_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
GRID_AXIS_SPACING_REGULAR_POINT_VALUE
public static final int GRID_AXIS_SPACING_REGULAR_POINT_VALUE
GRID_AXIS_SPACING_REGULAR_POINT = 1;- See Also:
- Constant Field Values
-
GRID_AXIS_SPACING_IRREGULAR_POINT_VALUE
public static final int GRID_AXIS_SPACING_IRREGULAR_POINT_VALUE
GRID_AXIS_SPACING_IRREGULAR_POINT = 2;- See Also:
- Constant Field Values
-
GRID_AXIS_SPACING_NOMINAL_POINT_VALUE
public static final int GRID_AXIS_SPACING_NOMINAL_POINT_VALUE
GRID_AXIS_SPACING_NOMINAL_POINT = 6;- See Also:
- Constant Field Values
-
GRID_AXIS_SPACING_REGULAR_INTERVAL_VALUE
public static final int GRID_AXIS_SPACING_REGULAR_INTERVAL_VALUE
GRID_AXIS_SPACING_REGULAR_INTERVAL = 3;- See Also:
- Constant Field Values
-
GRID_AXIS_SPACING_CONTIGUOUS_INTERVAL_VALUE
public static final int GRID_AXIS_SPACING_CONTIGUOUS_INTERVAL_VALUE
GRID_AXIS_SPACING_CONTIGUOUS_INTERVAL = 4;- See Also:
- Constant Field Values
-
GRID_AXIS_SPACING_DISCONTIGUOUS_INTERVAL_VALUE
public static final int GRID_AXIS_SPACING_DISCONTIGUOUS_INTERVAL_VALUE
GRID_AXIS_SPACING_DISCONTIGUOUS_INTERVAL = 5;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static GcdmGridProto.GridAxisSpacing[] 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.GridAxisSpacing c : GcdmGridProto.GridAxisSpacing.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.GridAxisSpacing 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.GridAxisSpacing 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.GridAxisSpacing 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.GridAxisSpacing> 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.GridAxisSpacing 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
-
-