public static enum DeviceNotSupportedException.DeviceNotSupportedCause extends java.lang.Enum<DeviceNotSupportedException.DeviceNotSupportedCause>
| Enum Constant and Description |
|---|
CODEPATH_INCOMPLETE |
EGLCONFIG_NOT_FOUND |
| Modifier and Type | Method and Description |
|---|---|
static DeviceNotSupportedException.DeviceNotSupportedCause |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceNotSupportedException.DeviceNotSupportedCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceNotSupportedException.DeviceNotSupportedCause CODEPATH_INCOMPLETE
public static final DeviceNotSupportedException.DeviceNotSupportedCause EGLCONFIG_NOT_FOUND
public static DeviceNotSupportedException.DeviceNotSupportedCause[] values()
for (DeviceNotSupportedException.DeviceNotSupportedCause c : DeviceNotSupportedException.DeviceNotSupportedCause.values()) System.out.println(c);
public static DeviceNotSupportedException.DeviceNotSupportedCause 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 null