protected static enum StoredQueryTableModel.FIELDS extends Enum<StoredQueryTableModel.FIELDS>
Enum Constant and Description |
---|
CONSENSUSLABEL |
DATASET |
STRUCTURELABEL |
Modifier and Type | Method and Description |
---|---|
protected abstract net.idea.modbcum.i.IQueryRetrieval |
getQuery() |
protected abstract void |
setParameters(net.idea.modbcum.i.IQueryRetrieval q,
int idchemical,
int idstructure) |
static StoredQueryTableModel.FIELDS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoredQueryTableModel.FIELDS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoredQueryTableModel.FIELDS CONSENSUSLABEL
public static final StoredQueryTableModel.FIELDS DATASET
public static final StoredQueryTableModel.FIELDS STRUCTURELABEL
public static StoredQueryTableModel.FIELDS[] values()
for (StoredQueryTableModel.FIELDS c : StoredQueryTableModel.FIELDS.values()) System.out.println(c);
public static StoredQueryTableModel.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 nullprotected abstract net.idea.modbcum.i.IQueryRetrieval getQuery()
protected abstract void setParameters(net.idea.modbcum.i.IQueryRetrieval q, int idchemical, int idstructure)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.