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