public enum EnumCV_OphthalmicTomographyAcquisitionDevice extends java.lang.Enum<EnumCV_OphthalmicTomographyAcquisitionDevice>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_OphthalmicTomographyAcquisitionDevice |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_OphthalmicTomographyAcquisitionDevice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_OphthalmicTomographyAcquisitionDevice OPTICAL_COHERENCE_TOMOGRAPHY_SCANNER_A_00FBE
public static final EnumCV_OphthalmicTomographyAcquisitionDevice RETINAL_THICKNESS_ANALYZER_R_FAB5A
public static final EnumCV_OphthalmicTomographyAcquisitionDevice CONFOCAL_SCANNING_LASER_OPHTHALMOSCOPE_A_00E8B
public static final EnumCV_OphthalmicTomographyAcquisitionDevice SCHEIMPFLUG_CAMERA_111626
public static final EnumCV_OphthalmicTomographyAcquisitionDevice SCANNING_LASER_POLARIMETER_A_00E8C
public static final EnumCV_OphthalmicTomographyAcquisitionDevice ELEVATION_BASED_CORNEAL_TOMOGRAPHER_111945
public static final EnumCV_OphthalmicTomographyAcquisitionDevice REFLECTION_BASED_CORNEAL_TOPOGRAPHER_111946
public static final EnumCV_OphthalmicTomographyAcquisitionDevice INTERFEROMETRY_BASED_CORNEAL_TOMOGRAPHER_111947
public static EnumCV_OphthalmicTomographyAcquisitionDevice[] values()
for (EnumCV_OphthalmicTomographyAcquisitionDevice c : EnumCV_OphthalmicTomographyAcquisitionDevice.values()) System.out.println(c);
public static EnumCV_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()