public static enum SQLFileQueryParams._fields extends Enum<SQLFileQueryParams._fields>
Enum Constant and Description |
---|
connection |
name |
order |
params |
processor |
sql |
value |
Modifier and Type | Method and Description |
---|---|
static SQLFileQueryParams._fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLFileQueryParams._fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLFileQueryParams._fields name
public static final SQLFileQueryParams._fields connection
public static final SQLFileQueryParams._fields params
public static final SQLFileQueryParams._fields sql
public static final SQLFileQueryParams._fields order
public static final SQLFileQueryParams._fields value
public static final SQLFileQueryParams._fields processor
public static SQLFileQueryParams._fields[] values()
for (SQLFileQueryParams._fields c : SQLFileQueryParams._fields.values()) System.out.println(c);
public static SQLFileQueryParams._fields 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 © 2004–2020 Ideaconsult Ltd.. All rights reserved.