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