protected static enum InputNumber.PropertyKeys extends java.lang.Enum<InputNumber.PropertyKeys>
| Enum Constant and Description |
|---|
decimalPlaces |
decimalSeparator |
emptyValue |
labelledBy |
maxValue |
minValue |
roundMethod |
symbol |
symbolPosition |
thousandSeparator |
type |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static InputNumber.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InputNumber.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputNumber.PropertyKeys widgetVar
public static final InputNumber.PropertyKeys decimalSeparator
public static final InputNumber.PropertyKeys thousandSeparator
public static final InputNumber.PropertyKeys symbol
public static final InputNumber.PropertyKeys symbolPosition
public static final InputNumber.PropertyKeys minValue
public static final InputNumber.PropertyKeys maxValue
public static final InputNumber.PropertyKeys roundMethod
public static final InputNumber.PropertyKeys decimalPlaces
public static final InputNumber.PropertyKeys labelledBy
public static final InputNumber.PropertyKeys emptyValue
public static final InputNumber.PropertyKeys type
public static InputNumber.PropertyKeys[] values()
for (InputNumber.PropertyKeys c : InputNumber.PropertyKeys.values()) System.out.println(c);
public static InputNumber.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<InputNumber.PropertyKeys>Copyright © 2011-2015. All Rights Reserved.