public enum EnumCV_OphthalmicFilter extends java.lang.Enum<EnumCV_OphthalmicFilter>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_OphthalmicFilter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_OphthalmicFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_OphthalmicFilter GREEN_OPTICAL_FILTER_A_010E2
public static final EnumCV_OphthalmicFilter RED_OPTICAL_FILTER_A_010DF
public static final EnumCV_OphthalmicFilter BLUE_OPTICAL_FILTER_A_010DA
public static final EnumCV_OphthalmicFilter YELLOW_GREEN_OPTICAL_FILTER_A_010E0
public static final EnumCV_OphthalmicFilter BLUE_GREEN_OPTICAL_FILTER_A_010D8
public static final EnumCV_OphthalmicFilter INFRARED_OPTICAL_FILTER_A_010DC
public static final EnumCV_OphthalmicFilter POLARIZING_OPTICAL_FILTER_A_010E1
public static final EnumCV_OphthalmicFilter NO_FILTER_111609
public static EnumCV_OphthalmicFilter[] values()
for (EnumCV_OphthalmicFilter c : EnumCV_OphthalmicFilter.values()) System.out.println(c);
public static EnumCV_OphthalmicFilter 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()