public enum WebviewType extends Enum<WebviewType>
| Modifier and Type | Method and Description |
|---|---|
static WebviewType |
fromValue(String value) |
String |
toString() |
String |
value() |
static WebviewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebviewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebviewType COMPACT
public static final WebviewType TALL
public static final WebviewType FULL
public static WebviewType[] values()
for (WebviewType c : WebviewType.values()) System.out.println(c);
public static WebviewType 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 static WebviewType fromValue(String value)
public String toString()
toString in class Enum<WebviewType>public String value()
Copyright © Active Intelligence Pte Ltd (http://active.ai/). All Rights Reserved.