public enum EnumCM_OphthalmicTomographyAcquisitionDevice extends java.lang.Enum<EnumCM_OphthalmicTomographyAcquisitionDevice>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_OphthalmicTomographyAcquisitionDevice |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_OphthalmicTomographyAcquisitionDevice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_OphthalmicTomographyAcquisitionDevice OPTICAL_COHERENCE_TOMOGRAPHY_SCANNER
public static final EnumCM_OphthalmicTomographyAcquisitionDevice RETINAL_THICKNESS_ANALYZER
public static final EnumCM_OphthalmicTomographyAcquisitionDevice CONFOCAL_SCANNING_LASER_OPHTHALMOSCOPE
public static final EnumCM_OphthalmicTomographyAcquisitionDevice SCHEIMPFLUG_CAMERA
public static final EnumCM_OphthalmicTomographyAcquisitionDevice SCANNING_LASER_POLARIMETER
public static final EnumCM_OphthalmicTomographyAcquisitionDevice ELEVATION_BASED_CORNEAL_TOMOGRAPHER
public static final EnumCM_OphthalmicTomographyAcquisitionDevice REFLECTION_BASED_CORNEAL_TOPOGRAPHER
public static final EnumCM_OphthalmicTomographyAcquisitionDevice INTERFEROMETRY_BASED_CORNEAL_TOMOGRAPHER
public static EnumCM_OphthalmicTomographyAcquisitionDevice[] values()
for (EnumCM_OphthalmicTomographyAcquisitionDevice c : EnumCM_OphthalmicTomographyAcquisitionDevice.values()) System.out.println(c);
public static EnumCM_OphthalmicTomographyAcquisitionDevice 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()