public enum TextInputHint extends Enum<TextInputHint> implements SphereEnumeration
SphereEnumeration
.Enum Constant and Description |
---|
MULTI_LINE |
SINGLE_LINE |
Modifier and Type | Method and Description |
---|---|
static TextInputHint |
ofSphereValue(String value) |
static TextInputHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextInputHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
findBySphereName, name, toSphereName
public static final TextInputHint SINGLE_LINE
public static final TextInputHint MULTI_LINE
public static TextInputHint[] values()
for (TextInputHint c : TextInputHint.values()) System.out.println(c);
public static TextInputHint 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 TextInputHint ofSphereValue(String value)