public static enum IStructureKey.Matcher extends Enum<IStructureKey.Matcher>
Enum Constant and Description |
---|
CAS |
ChEMBL |
DSSToxCID |
DSSToxGenericSID |
DSSToxRID |
EINECS |
InChI |
IUCLID5_REFERENCESUBSTANCE |
NAME |
None |
PubChemCID |
PubChemSID |
SAMPLE |
SMILES |
Modifier and Type | Method and Description |
---|---|
abstract String |
getClassName() |
abstract String |
getDescription() |
IStructureKey |
getMatcher() |
static IStructureKey.Matcher |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStructureKey.Matcher[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStructureKey.Matcher CAS
public static final IStructureKey.Matcher EINECS
public static final IStructureKey.Matcher PubChemCID
public static final IStructureKey.Matcher PubChemSID
public static final IStructureKey.Matcher DSSToxCID
public static final IStructureKey.Matcher DSSToxRID
public static final IStructureKey.Matcher DSSToxGenericSID
public static final IStructureKey.Matcher InChI
public static final IStructureKey.Matcher SMILES
public static final IStructureKey.Matcher ChEMBL
public static final IStructureKey.Matcher SAMPLE
public static final IStructureKey.Matcher NAME
public static final IStructureKey.Matcher IUCLID5_REFERENCESUBSTANCE
public static final IStructureKey.Matcher None
public static IStructureKey.Matcher[] values()
for (IStructureKey.Matcher c : IStructureKey.Matcher.values()) System.out.println(c);
public static IStructureKey.Matcher 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 abstract String getClassName()
public abstract String getDescription()
public IStructureKey getMatcher()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.