public static enum NumberBuilder.DoubleBehaviour extends java.lang.Enum<NumberBuilder.DoubleBehaviour>
| Enum Constant and Description |
|---|
ALLWAYS_DOUBLE |
NO_DECIMALPOINT |
TYPE_INTEGER |
| Modifier and Type | Method and Description |
|---|---|
static NumberBuilder.DoubleBehaviour |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NumberBuilder.DoubleBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumberBuilder.DoubleBehaviour ALLWAYS_DOUBLE
public static final NumberBuilder.DoubleBehaviour NO_DECIMALPOINT
public static final NumberBuilder.DoubleBehaviour TYPE_INTEGER
public static NumberBuilder.DoubleBehaviour[] values()
for (NumberBuilder.DoubleBehaviour c : NumberBuilder.DoubleBehaviour.values()) System.out.println(c);
public static NumberBuilder.DoubleBehaviour 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 nullCopyright © 2018 Singular Systems http://www.singularsys.com/jep