public enum DecimalToStatement extends Enum<DecimalToStatement> implements IToPreparedStatement<DecimalColumn>
| Enum Constant and Description |
|---|
BIGDECIMAL_TO_BIGDECIMAL |
| Modifier and Type | Method and Description |
|---|---|
static DecimalToStatement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecimalToStatement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfsetpublic static final DecimalToStatement BIGDECIMAL_TO_BIGDECIMAL
public static DecimalToStatement[] values()
for (DecimalToStatement c : DecimalToStatement.values()) System.out.println(c);
public static DecimalToStatement 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 © 2020. All rights reserved.