public enum EnumCM_OphthalmicPhotographyIllumination extends java.lang.Enum<EnumCM_OphthalmicPhotographyIllumination>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_OphthalmicPhotographyIllumination |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_OphthalmicPhotographyIllumination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_OphthalmicPhotographyIllumination DUAL_DIFFUSE_DIRECT_ILLUMINATION
public static final EnumCM_OphthalmicPhotographyIllumination FINE_SLIT_BEAM_DIRECT_ILLUMINATION
public static final EnumCM_OphthalmicPhotographyIllumination BROAD_TANGENTIAL_DIRECT_ILLUMINATION
public static final EnumCM_OphthalmicPhotographyIllumination INDIRECT_SCLEROTIC_SCATTER_ILLUMINATION
public static final EnumCM_OphthalmicPhotographyIllumination INDIRECT_RETROILLUMINATION_FROM_THE_IRIS
public static final EnumCM_OphthalmicPhotographyIllumination INDIRECT_RETROILLUMINATION_FROM_THE_RETINA
public static final EnumCM_OphthalmicPhotographyIllumination INDIRECT_IRIS_TRANSILLUMINATION
public static final EnumCM_OphthalmicPhotographyIllumination DIFFUSE_DIRECT_ILLUMINATION
public static final EnumCM_OphthalmicPhotographyIllumination SCOTOPIC_LIGHT
public static final EnumCM_OphthalmicPhotographyIllumination MESOPIC_LIGHT
public static final EnumCM_OphthalmicPhotographyIllumination PHOTOPIC_LIGHT
public static final EnumCM_OphthalmicPhotographyIllumination DYNAMIC_LIGHT
public static EnumCM_OphthalmicPhotographyIllumination[] values()
for (EnumCM_OphthalmicPhotographyIllumination c : EnumCM_OphthalmicPhotographyIllumination.values()) System.out.println(c);
public static EnumCM_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()