public enum EnumCM_OphthalmicOCTAnatomicStructureImaged extends java.lang.Enum<EnumCM_OphthalmicOCTAnatomicStructureImaged>
| Enum Constant and Description |
|---|
ANTERIOR_CHAMBER_OF_EYE |
CHOROID_OF_EYE |
CILIARY_BODY |
CONJUNCTIVA |
CORNEA |
CORNEAL_ENDOTHELIUM |
CORNEAL_EPITHELIUM |
IRIS |
LENS |
OPTIC_NERVE_HEAD |
RETINA |
SCLERA |
VITREOUS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_OphthalmicOCTAnatomicStructureImaged |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_OphthalmicOCTAnatomicStructureImaged[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged ANTERIOR_CHAMBER_OF_EYE
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged CHOROID_OF_EYE
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged CILIARY_BODY
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged CONJUNCTIVA
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged CORNEA
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged IRIS
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged LENS
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged OPTIC_NERVE_HEAD
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged RETINA
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged SCLERA
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged VITREOUS
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged CORNEAL_EPITHELIUM
public static final EnumCM_OphthalmicOCTAnatomicStructureImaged CORNEAL_ENDOTHELIUM
public static EnumCM_OphthalmicOCTAnatomicStructureImaged[] values()
for (EnumCM_OphthalmicOCTAnatomicStructureImaged c : EnumCM_OphthalmicOCTAnatomicStructureImaged.values()) System.out.println(c);
public static EnumCM_OphthalmicOCTAnatomicStructureImaged 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()