public static enum ScriptAction.FileFormat extends Enum<ScriptAction.FileFormat>
| Modifier and Type | Method and Description |
|---|---|
static ScriptAction.FileFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptAction.FileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptAction.FileFormat XML
public static final ScriptAction.FileFormat SQL
public static final ScriptAction.FileFormat JDBC
public static final ScriptAction.FileFormat STMT
public static final ScriptAction.FileFormat GROOVY
public static ScriptAction.FileFormat[] values()
for (ScriptAction.FileFormat c : ScriptAction.FileFormat.values()) System.out.println(c);
public static ScriptAction.FileFormat 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 © 2008–2018. All rights reserved.