public static enum InputLayout.LabelStyle extends java.lang.Enum<InputLayout.LabelStyle>
| Enum Constant and Description |
|---|
Floating |
Hint |
IfNotEmpty |
Persistent |
| Modifier and Type | Method and Description |
|---|---|
static InputLayout.LabelStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InputLayout.LabelStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputLayout.LabelStyle Floating
public static final InputLayout.LabelStyle Persistent
public static final InputLayout.LabelStyle Hint
public static final InputLayout.LabelStyle IfNotEmpty
public static InputLayout.LabelStyle[] values()
for (InputLayout.LabelStyle c : InputLayout.LabelStyle.values()) System.out.println(c);
public static InputLayout.LabelStyle 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