public enum EnumCV_OphthalmicPhotographyIllumination extends java.lang.Enum<EnumCV_OphthalmicPhotographyIllumination>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_OphthalmicPhotographyIllumination |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_OphthalmicPhotographyIllumination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_OphthalmicPhotographyIllumination DUAL_DIFFUSE_DIRECT_ILLUMINATION_R_1020E
public static final EnumCV_OphthalmicPhotographyIllumination FINE_SLIT_BEAM_DIRECT_ILLUMINATION_R_1020F
public static final EnumCV_OphthalmicPhotographyIllumination BROAD_TANGENTIAL_DIRECT_ILLUMINATION_R_10211
public static final EnumCV_OphthalmicPhotographyIllumination INDIRECT_SCLEROTIC_SCATTER_ILLUMINATION_R_10213
public static final EnumCV_OphthalmicPhotographyIllumination INDIRECT_RETROILLUMINATION_FROM_THE_IRIS_R_10215
public static final EnumCV_OphthalmicPhotographyIllumination INDIRECT_RETROILLUMINATION_FROM_THE_RETINA_R_10217
public static final EnumCV_OphthalmicPhotographyIllumination INDIRECT_IRIS_TRANSILLUMINATION_R_10218
public static final EnumCV_OphthalmicPhotographyIllumination DIFFUSE_DIRECT_ILLUMINATION_111625
public static final EnumCV_OphthalmicPhotographyIllumination SCOTOPIC_LIGHT_111627
public static final EnumCV_OphthalmicPhotographyIllumination MESOPIC_LIGHT_111628
public static final EnumCV_OphthalmicPhotographyIllumination PHOTOPIC_LIGHT_111629
public static final EnumCV_OphthalmicPhotographyIllumination DYNAMIC_LIGHT_111630
public static EnumCV_OphthalmicPhotographyIllumination[] values()
for (EnumCV_OphthalmicPhotographyIllumination c : EnumCV_OphthalmicPhotographyIllumination.values()) System.out.println(c);
public static EnumCV_OphthalmicPhotographyIllumination 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()