public static enum Execute.ExecType extends Enum<Execute.ExecType>
| Modifier and Type | Method and Description |
|---|---|
static Execute.ExecType |
from(String type) |
static Execute.ExecType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Execute.ExecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Execute.ExecType EXECUTE
public static final Execute.ExecType EXEC
public static final Execute.ExecType CALL
public static Execute.ExecType[] values()
for (Execute.ExecType c : Execute.ExecType.values()) System.out.println(c);
public static Execute.ExecType 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 nullpublic static Execute.ExecType from(String type)
Copyright © 2004–2024 JSQLParser. All rights reserved.