protected static enum MaskedInput.PropertyKeys extends Enum<MaskedInput.PropertyKeys>
| Enum Constant and Description |
|---|
MASK_FORMAT |
PLACE_HOLDER |
| Modifier and Type | Method and Description |
|---|---|
static MaskedInput.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaskedInput.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaskedInput.PropertyKeys MASK_FORMAT
public static final MaskedInput.PropertyKeys PLACE_HOLDER
public static MaskedInput.PropertyKeys[] values()
for (MaskedInput.PropertyKeys c : MaskedInput.PropertyKeys.values()) System.out.println(c);
public static MaskedInput.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 nullCopyright © 2013 Caelum. All Rights Reserved.