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