public enum StringToStatement extends Enum<StringToStatement> implements IToPreparedStatement<StringColumn>
| Enum Constant and Description |
|---|
STRING_TO_NSTRING |
STRING_TO_STRING |
| Modifier and Type | Method and Description |
|---|---|
static StringToStatement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringToStatement[] |
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 StringToStatement STRING_TO_STRING
public static final StringToStatement STRING_TO_NSTRING
public static StringToStatement[] values()
for (StringToStatement c : StringToStatement.values()) System.out.println(c);
public static StringToStatement 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.