public static enum DeviceRenderOptions.SdkInterfaceEnum extends Enum<DeviceRenderOptions.SdkInterfaceEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceRenderOptions.SdkInterfaceEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static DeviceRenderOptions.SdkInterfaceEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static DeviceRenderOptions.SdkInterfaceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceRenderOptions.SdkInterfaceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceRenderOptions.SdkInterfaceEnum HTML
public static final DeviceRenderOptions.SdkInterfaceEnum NATIVE
public static final DeviceRenderOptions.SdkInterfaceEnum BOTH
public static DeviceRenderOptions.SdkInterfaceEnum[] values()
for (DeviceRenderOptions.SdkInterfaceEnum c : DeviceRenderOptions.SdkInterfaceEnum.values()) System.out.println(c);
public static DeviceRenderOptions.SdkInterfaceEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<DeviceRenderOptions.SdkInterfaceEnum>public static DeviceRenderOptions.SdkInterfaceEnum fromValue(String text)
Copyright © 2022. All rights reserved.