public static enum AbstractStructureQuery.FIELD_NAMES extends Enum<AbstractStructureQuery.FIELD_NAMES>
Enum Constant and Description |
---|
idchemical |
idquery |
idstructure |
metric |
selected |
Modifier and Type | Method and Description |
---|---|
static AbstractStructureQuery.FIELD_NAMES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractStructureQuery.FIELD_NAMES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractStructureQuery.FIELD_NAMES idquery
public static final AbstractStructureQuery.FIELD_NAMES idchemical
public static final AbstractStructureQuery.FIELD_NAMES idstructure
public static final AbstractStructureQuery.FIELD_NAMES selected
public static final AbstractStructureQuery.FIELD_NAMES metric
public static AbstractStructureQuery.FIELD_NAMES[] values()
for (AbstractStructureQuery.FIELD_NAMES c : AbstractStructureQuery.FIELD_NAMES.values()) System.out.println(c);
public static AbstractStructureQuery.FIELD_NAMES 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.