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