Package ucar.nc2.ft2.coverage.remote
Enum CdmrFeatureProto.DependenceType
- java.lang.Object
-
- java.lang.Enum<CdmrFeatureProto.DependenceType>
-
- ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CdmrFeatureProto.DependenceType>
- Enclosing class:
- CdmrFeatureProto
public static enum CdmrFeatureProto.DependenceType extends Enum<CdmrFeatureProto.DependenceType> implements com.google.protobuf.ProtocolMessageEnum
same as CoverageCoordAxis.DependenceType
Protobuf enumDependenceType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description dependentaux coordinate, reftime(time) or time_bounds(time);fmrcRegtime(reftime, hourOfDay)independenthas its own dimension, is a coordinate variable, eg x(x)scalarreftimetwoDlat(x,y)UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intdependent_VALUEaux coordinate, reftime(time) or time_bounds(time);static intfmrcReg_VALUEtime(reftime, hourOfDay)static intindependent_VALUEhas its own dimension, is a coordinate variable, eg x(x)static intscalar_VALUEreftimestatic inttwoD_VALUElat(x,y)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CdmrFeatureProto.DependenceTypeforNumber(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.DependenceType>internalGetValueMap()static CdmrFeatureProto.DependenceTypevalueOf(int value)Deprecated.static CdmrFeatureProto.DependenceTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CdmrFeatureProto.DependenceTypevalueOf(String name)Returns the enum constant of this type with the specified name.static CdmrFeatureProto.DependenceType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
independent
public static final CdmrFeatureProto.DependenceType independent
has its own dimension, is a coordinate variable, eg x(x)
independent = 0;
-
dependent
public static final CdmrFeatureProto.DependenceType dependent
aux coordinate, reftime(time) or time_bounds(time);
dependent = 1;
-
scalar
public static final CdmrFeatureProto.DependenceType scalar
reftime
scalar = 2;
-
twoD
public static final CdmrFeatureProto.DependenceType twoD
lat(x,y)
twoD = 3;
-
fmrcReg
public static final CdmrFeatureProto.DependenceType fmrcReg
time(reftime, hourOfDay)
fmrcReg = 4;
-
UNRECOGNIZED
public static final CdmrFeatureProto.DependenceType UNRECOGNIZED
-
-
Field Detail
-
independent_VALUE
public static final int independent_VALUE
has its own dimension, is a coordinate variable, eg x(x)
independent = 0;- See Also:
- Constant Field Values
-
dependent_VALUE
public static final int dependent_VALUE
aux coordinate, reftime(time) or time_bounds(time);
dependent = 1;- See Also:
- Constant Field Values
-
scalar_VALUE
public static final int scalar_VALUE
reftime
scalar = 2;- See Also:
- Constant Field Values
-
twoD_VALUE
public static final int twoD_VALUE
lat(x,y)
twoD = 3;- See Also:
- Constant Field Values
-
fmrcReg_VALUE
public static final int fmrcReg_VALUE
time(reftime, hourOfDay)
fmrcReg = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CdmrFeatureProto.DependenceType[] 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.DependenceType c : CdmrFeatureProto.DependenceType.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.DependenceType 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.DependenceType 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.DependenceType 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.DependenceType> 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.DependenceType 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
-
-