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