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