protected static enum MaskedEntryBase.PropertyKeys extends java.lang.Enum<MaskedEntryBase.PropertyKeys>
| Enum Constant and Description |
|---|
indicatorPosition |
labelPosition |
mask |
optionalIndicator |
placeHolder |
requiredIndicator |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static MaskedEntryBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MaskedEntryBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaskedEntryBase.PropertyKeys indicatorPosition
public static final MaskedEntryBase.PropertyKeys labelPosition
public static final MaskedEntryBase.PropertyKeys mask
public static final MaskedEntryBase.PropertyKeys optionalIndicator
public static final MaskedEntryBase.PropertyKeys placeHolder
public static final MaskedEntryBase.PropertyKeys requiredIndicator
public static final MaskedEntryBase.PropertyKeys widgetVar
public static MaskedEntryBase.PropertyKeys[] values()
for (MaskedEntryBase.PropertyKeys c : MaskedEntryBase.PropertyKeys.values()) System.out.println(c);
public static MaskedEntryBase.PropertyKeys 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<MaskedEntryBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.