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