public static enum STMLConstants.Convention extends Enum<STMLConstants.Convention>
| Enum Constant and Description |
|---|
ATC
Anatomical Therapeutic Chemical Classification System for drugs
|
ATOMARRAY
CML
|
BEILSTEIN |
CAS
Chemical Abstracts
|
CHEBI
EBI chemistry
|
CID
Pubchem compound Id
|
DRUGBANK
Harvard
|
EINECS
European chemicals
|
EXTERNAL
other
|
GMELIN |
INCHI |
IUPAC
Int Union of Pure and Applied Chemistry
|
KEGG
Japan database
|
MESH
PubMed terminology
|
MET3D
not sure
|
PUBCHEM
PubChem
|
RTECS
Chemical labelling
|
SMILES
SMILES line notation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(String s)
equality to value
|
static STMLConstants.Convention |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STMLConstants.Convention[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STMLConstants.Convention ATOMARRAY
public static final STMLConstants.Convention MET3D
public static final STMLConstants.Convention ATC
public static final STMLConstants.Convention BEILSTEIN
public static final STMLConstants.Convention CAS
public static final STMLConstants.Convention CID
public static final STMLConstants.Convention DRUGBANK
public static final STMLConstants.Convention CHEBI
public static final STMLConstants.Convention EINECS
public static final STMLConstants.Convention GMELIN
public static final STMLConstants.Convention INCHI
public static final STMLConstants.Convention IUPAC
public static final STMLConstants.Convention KEGG
public static final STMLConstants.Convention MESH
public static final STMLConstants.Convention PUBCHEM
public static final STMLConstants.Convention RTECS
public static final STMLConstants.Convention SMILES
public static final STMLConstants.Convention EXTERNAL
public final String v
public static STMLConstants.Convention[] values()
for (STMLConstants.Convention c : STMLConstants.Convention.values()) System.out.println(c);
public static STMLConstants.Convention 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 boolean equals(String s)
s - Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.