public static enum PUGRestRequest.COMPOUND_DOMAIN_INPUT extends Enum<PUGRestRequest.COMPOUND_DOMAIN_INPUT>
Enum Constant and Description |
---|
cid |
inchi |
inchikey |
listkey |
name |
sid |
smiles |
substructure |
Modifier and Type | Method and Description |
---|---|
String |
getRepresentation(String query) |
static PUGRestRequest.COMPOUND_DOMAIN_INPUT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PUGRestRequest.COMPOUND_DOMAIN_INPUT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PUGRestRequest.COMPOUND_DOMAIN_INPUT cid
public static final PUGRestRequest.COMPOUND_DOMAIN_INPUT sid
public static final PUGRestRequest.COMPOUND_DOMAIN_INPUT name
public static final PUGRestRequest.COMPOUND_DOMAIN_INPUT smiles
public static final PUGRestRequest.COMPOUND_DOMAIN_INPUT inchi
public static final PUGRestRequest.COMPOUND_DOMAIN_INPUT inchikey
public static final PUGRestRequest.COMPOUND_DOMAIN_INPUT substructure
public static final PUGRestRequest.COMPOUND_DOMAIN_INPUT listkey
public static PUGRestRequest.COMPOUND_DOMAIN_INPUT[] values()
for (PUGRestRequest.COMPOUND_DOMAIN_INPUT c : PUGRestRequest.COMPOUND_DOMAIN_INPUT.values()) System.out.println(c);
public static PUGRestRequest.COMPOUND_DOMAIN_INPUT 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.