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