protected static enum InputMask.PropertyKeys extends Enum<InputMask.PropertyKeys>
| Enum Constant and Description |
|---|
autoClear |
mask |
placeholder |
slotChar |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static InputMask.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputMask.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputMask.PropertyKeys placeholder
public static final InputMask.PropertyKeys widgetVar
public static final InputMask.PropertyKeys mask
public static final InputMask.PropertyKeys slotChar
public static final InputMask.PropertyKeys autoClear
public static InputMask.PropertyKeys[] values()
for (InputMask.PropertyKeys c : InputMask.PropertyKeys.values()) System.out.println(c);
public static InputMask.PropertyKeys 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 String toString()
toString in class Enum<InputMask.PropertyKeys>Copyright © 2016. All rights reserved.