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