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