public enum EnumCV_DisplayDeviceType extends java.lang.Enum<EnumCV_DisplayDeviceType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_DisplayDeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_DisplayDeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_DisplayDeviceType CRT_DISPLAY_109991
public static final EnumCV_DisplayDeviceType LIQUID_CRYSTAL_DISPLAY_109992
public static final EnumCV_DisplayDeviceType PLASMA_DISPLAY_109993
public static final EnumCV_DisplayDeviceType OLED_109994
public static final EnumCV_DisplayDeviceType DLP_REAR_PROJECTION_SYSTEM_109995
public static final EnumCV_DisplayDeviceType DLP_FRONT_PROJECTION_SYSTEM_109996
public static final EnumCV_DisplayDeviceType CRT_REAR_PROJECTION_SYSTEM_109997
public static final EnumCV_DisplayDeviceType CRT_FRONT_PROJECTION_SYSTEM_109998
public static final EnumCV_DisplayDeviceType OTHER_PROJECTION_SYSTEM_109999
public static EnumCV_DisplayDeviceType[] values()
for (EnumCV_DisplayDeviceType c : EnumCV_DisplayDeviceType.values()) System.out.println(c);
public static EnumCV_DisplayDeviceType 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()