public static enum TableAccessProtocol.Parameter extends Enum<TableAccessProtocol.Parameter>
| Enum Constant and Description |
|---|
FORMAT |
LANG |
MAXREC |
QUERY |
RUNID |
UPLOAD |
| Modifier and Type | Method and Description |
|---|---|
static TableAccessProtocol.Parameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableAccessProtocol.Parameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableAccessProtocol.Parameter LANG
public static final TableAccessProtocol.Parameter QUERY
public static final TableAccessProtocol.Parameter FORMAT
public static final TableAccessProtocol.Parameter MAXREC
public static final TableAccessProtocol.Parameter RUNID
public static final TableAccessProtocol.Parameter UPLOAD
public static TableAccessProtocol.Parameter[] values()
for (TableAccessProtocol.Parameter c : TableAccessProtocol.Parameter.values()) System.out.println(c);
public static TableAccessProtocol.Parameter 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 null