public enum EnumCV_MeasuredOrCalculated extends java.lang.Enum<EnumCV_MeasuredOrCalculated>
| Enum Constant and Description |
|---|
CALCULATED_R_41D2D |
ESTIMATED_R_10260 |
MEASURED_R_41D41 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_MeasuredOrCalculated |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_MeasuredOrCalculated[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_MeasuredOrCalculated MEASURED_R_41D41
public static final EnumCV_MeasuredOrCalculated CALCULATED_R_41D2D
public static final EnumCV_MeasuredOrCalculated ESTIMATED_R_10260
public static EnumCV_MeasuredOrCalculated[] values()
for (EnumCV_MeasuredOrCalculated c : EnumCV_MeasuredOrCalculated.values()) System.out.println(c);
public static EnumCV_MeasuredOrCalculated 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 java.lang.String getValue()