public static enum AbstractFinder.SITE extends Enum<AbstractFinder.SITE>
Enum Constant and Description |
---|
CHEBI |
CHEMBL |
CHEMIDPLUS |
CIR |
NAME2STRUCTURE |
OPENTOX |
PUBCHEM_CID |
PUBCHEM_INCHIKEY |
PUBCHEM_NAME |
PUBCHEM_SID |
TBWIKI |
Modifier and Type | Method and Description |
---|---|
String |
getTitle() |
String |
getURI() |
boolean |
isEnabled() |
static AbstractFinder.SITE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractFinder.SITE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractFinder.SITE CIR
public static final AbstractFinder.SITE CHEMIDPLUS
public static final AbstractFinder.SITE PUBCHEM_NAME
public static final AbstractFinder.SITE PUBCHEM_CID
public static final AbstractFinder.SITE PUBCHEM_SID
public static final AbstractFinder.SITE PUBCHEM_INCHIKEY
public static final AbstractFinder.SITE NAME2STRUCTURE
public static final AbstractFinder.SITE CHEBI
public static final AbstractFinder.SITE CHEMBL
public static final AbstractFinder.SITE OPENTOX
public static final AbstractFinder.SITE TBWIKI
public static AbstractFinder.SITE[] values()
for (AbstractFinder.SITE c : AbstractFinder.SITE.values()) System.out.println(c);
public static AbstractFinder.SITE 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 getTitle()
public String getURI()
public boolean isEnabled()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.