public enum EnumCV_OphthalmicPhotographyAcquisitionDevice extends java.lang.Enum<EnumCV_OphthalmicPhotographyAcquisitionDevice>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_OphthalmicPhotographyAcquisitionDevice |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_OphthalmicPhotographyAcquisitionDevice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_OphthalmicPhotographyAcquisitionDevice FUNDUS_CAMERA_R_1021A
public static final EnumCV_OphthalmicPhotographyAcquisitionDevice BIOMICROSCOPE_A_2B201
public static final EnumCV_OphthalmicPhotographyAcquisitionDevice EXTERNAL_CAMERA_R_1021B
public static final EnumCV_OphthalmicPhotographyAcquisitionDevice SPECULAR_MICROSCOPE_R_1021C
public static final EnumCV_OphthalmicPhotographyAcquisitionDevice OPERATING_MICROSCOPE_A_2B210
public static final EnumCV_OphthalmicPhotographyAcquisitionDevice SCANNING_LASER_OPHTHALMOSCOPE_A_00E8A
public static final EnumCV_OphthalmicPhotographyAcquisitionDevice INDIRECT_OPHTHALMOSCOPE_R_1021D
public static final EnumCV_OphthalmicPhotographyAcquisitionDevice DIRECT_OPHTHALMOSCOPE_R_1021E
public static final EnumCV_OphthalmicPhotographyAcquisitionDevice OPHTHALMIC_ENDOSCOPE_R_1021F
public static final EnumCV_OphthalmicPhotographyAcquisitionDevice KERATOSCOPE_A_00FCA
public static EnumCV_OphthalmicPhotographyAcquisitionDevice[] values()
for (EnumCV_OphthalmicPhotographyAcquisitionDevice c : EnumCV_OphthalmicPhotographyAcquisitionDevice.values()) System.out.println(c);
public static EnumCV_OphthalmicPhotographyAcquisitionDevice 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()