public enum EnumCV_OphthalmicImagingAgent extends java.lang.Enum<EnumCV_OphthalmicImagingAgent>
| Enum Constant and Description |
|---|
FLUORESCEIN_C_B02CC |
INDOCYANINE_GREEN_C_B0156 |
METHYLENE_BLUE_C_B02C5 |
ROSE_BENGAL_C_B0295 |
TRYPAN_BLUE_C_22853 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_OphthalmicImagingAgent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_OphthalmicImagingAgent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_OphthalmicImagingAgent FLUORESCEIN_C_B02CC
public static final EnumCV_OphthalmicImagingAgent INDOCYANINE_GREEN_C_B0156
public static final EnumCV_OphthalmicImagingAgent ROSE_BENGAL_C_B0295
public static final EnumCV_OphthalmicImagingAgent TRYPAN_BLUE_C_22853
public static final EnumCV_OphthalmicImagingAgent METHYLENE_BLUE_C_B02C5
public static EnumCV_OphthalmicImagingAgent[] values()
for (EnumCV_OphthalmicImagingAgent c : EnumCV_OphthalmicImagingAgent.values()) System.out.println(c);
public static EnumCV_OphthalmicImagingAgent 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()