public enum ViewInputType extends Enum<ViewInputType>
| Enum Constant and Description |
|---|
DATEPICKER |
PLAIN_TEXT_INPUT |
RADIO_BUTTONS |
UNKNOWN |
USERS_SELECT |
| Modifier and Type | Method and Description |
|---|---|
static ViewInputType |
get(String key) |
String |
toString() |
static ViewInputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewInputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewInputType PLAIN_TEXT_INPUT
public static final ViewInputType DATEPICKER
public static final ViewInputType RADIO_BUTTONS
public static final ViewInputType USERS_SELECT
public static final ViewInputType UNKNOWN
public static ViewInputType[] values()
for (ViewInputType c : ViewInputType.values()) System.out.println(c);
public static ViewInputType 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 ViewInputType get(String key)
public String toString()
toString in class Enum<ViewInputType>Copyright © 2020. All rights reserved.