public static enum CdmrFeatureProto.DependenceType extends java.lang.Enum<CdmrFeatureProto.DependenceType> implements com.google.protobuf.ProtocolMessageEnum
same as CoverageCoordAxis.DependenceTypeProtobuf enum
DependenceType| Enum Constant and Description |
|---|
dependent
aux coordinate, reftime(time) or time_bounds(time);
|
fmrcReg
time(reftime, hourOfDay)
|
independent
has its own dimension, is a coordinate variable, eg x(x)
|
scalar
reftime
|
twoD
lat(x,y)
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
dependent_VALUE
aux coordinate, reftime(time) or time_bounds(time);
|
static int |
fmrcReg_VALUE
time(reftime, hourOfDay)
|
static int |
independent_VALUE
has its own dimension, is a coordinate variable, eg x(x)
|
static int |
scalar_VALUE
reftime
|
static int |
twoD_VALUE
lat(x,y)
|
| Modifier and Type | Method and Description |
|---|---|
static CdmrFeatureProto.DependenceType |
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.DependenceType> |
internalGetValueMap() |
static CdmrFeatureProto.DependenceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CdmrFeatureProto.DependenceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CdmrFeatureProto.DependenceType |
valueOf(java.lang.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.
|
public static final CdmrFeatureProto.DependenceType independent
has its own dimension, is a coordinate variable, eg x(x)
independent = 0;public static final CdmrFeatureProto.DependenceType dependent
aux coordinate, reftime(time) or time_bounds(time);
dependent = 1;public static final CdmrFeatureProto.DependenceType scalar
reftime
scalar = 2;public static final CdmrFeatureProto.DependenceType twoD
lat(x,y)
twoD = 3;public static final CdmrFeatureProto.DependenceType fmrcReg
time(reftime, hourOfDay)
fmrcReg = 4;public static final CdmrFeatureProto.DependenceType UNRECOGNIZED
public static final int independent_VALUE
has its own dimension, is a coordinate variable, eg x(x)
independent = 0;public static final int dependent_VALUE
aux coordinate, reftime(time) or time_bounds(time);
dependent = 1;public static final int scalar_VALUE
reftime
scalar = 2;public static final int twoD_VALUE
lat(x,y)
twoD = 3;public static final int fmrcReg_VALUE
time(reftime, hourOfDay)
fmrcReg = 4;public static CdmrFeatureProto.DependenceType[] values()
for (CdmrFeatureProto.DependenceType c : CdmrFeatureProto.DependenceType.values()) System.out.println(c);
public static CdmrFeatureProto.DependenceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static CdmrFeatureProto.DependenceType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CdmrFeatureProto.DependenceType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CdmrFeatureProto.DependenceType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CdmrFeatureProto.DependenceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)