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