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