public enum SdkInterfaceType extends java.lang.Enum<SdkInterfaceType>
| Modifier and Type | Method and Description |
|---|---|
static SdkInterfaceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SdkInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="native") public static final SdkInterfaceType NATIVE
@SerializedName(value="html") public static final SdkInterfaceType HTML
@SerializedName(value="both") public static final SdkInterfaceType BOTH
public static SdkInterfaceType[] values()
for (SdkInterfaceType c : SdkInterfaceType.values()) System.out.println(c);
public static SdkInterfaceType 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