public static enum DeviceRenderOptions.SdkUiTypeEnum extends Enum<DeviceRenderOptions.SdkUiTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceRenderOptions.SdkUiTypeEnum.Adapter |
| Enum Constant and Description |
|---|
MULTISELECT |
OTHERHTML |
OUTOFBAND |
SINGLESELECT |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
static DeviceRenderOptions.SdkUiTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static DeviceRenderOptions.SdkUiTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceRenderOptions.SdkUiTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceRenderOptions.SdkUiTypeEnum MULTISELECT
public static final DeviceRenderOptions.SdkUiTypeEnum OTHERHTML
public static final DeviceRenderOptions.SdkUiTypeEnum OUTOFBAND
public static final DeviceRenderOptions.SdkUiTypeEnum SINGLESELECT
public static final DeviceRenderOptions.SdkUiTypeEnum TEXT
public static DeviceRenderOptions.SdkUiTypeEnum[] values()
for (DeviceRenderOptions.SdkUiTypeEnum c : DeviceRenderOptions.SdkUiTypeEnum.values()) System.out.println(c);
public static DeviceRenderOptions.SdkUiTypeEnum 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.SdkUiTypeEnum>public static DeviceRenderOptions.SdkUiTypeEnum fromValue(String text)
Copyright © 2022. All rights reserved.