public static enum NCISearchProcessor.METHODS extends Enum<NCISearchProcessor.METHODS>
Enum Constant and Description |
---|
all |
allnlinks |
cas |
dblinks |
einecs |
ficts |
ficus |
hashisy |
image |
iupac_name |
names |
reach |
sdf |
smiles |
stdinchi |
stdinchikey |
synonym |
uuuuu |
Modifier and Type | Method and Description |
---|---|
String |
getMediaType() |
String[] |
getOpenToxEntry() |
static NCISearchProcessor.METHODS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NCISearchProcessor.METHODS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NCISearchProcessor.METHODS all
public static final NCISearchProcessor.METHODS smiles
public static final NCISearchProcessor.METHODS reach
public static final NCISearchProcessor.METHODS stdinchi
public static final NCISearchProcessor.METHODS stdinchikey
public static final NCISearchProcessor.METHODS names
public static final NCISearchProcessor.METHODS iupac_name
public static final NCISearchProcessor.METHODS synonym
public static final NCISearchProcessor.METHODS cas
public static final NCISearchProcessor.METHODS einecs
public static final NCISearchProcessor.METHODS image
public static final NCISearchProcessor.METHODS ficus
public static final NCISearchProcessor.METHODS ficts
public static final NCISearchProcessor.METHODS uuuuu
public static final NCISearchProcessor.METHODS sdf
public static final NCISearchProcessor.METHODS hashisy
public static final NCISearchProcessor.METHODS dblinks
public static final NCISearchProcessor.METHODS allnlinks
public static NCISearchProcessor.METHODS[] values()
for (NCISearchProcessor.METHODS c : NCISearchProcessor.METHODS.values()) System.out.println(c);
public static NCISearchProcessor.METHODS 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 String getMediaType()
public String[] getOpenToxEntry()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.