public static enum OTCompound._titles extends Enum<OTCompound._titles>
Enum Constant and Description |
---|
CASRN |
ChemicalName |
Compound |
EINECS |
InChI_std |
InChIKey_std |
IUPACName |
REACHRegistrationDate |
SMILES |
Modifier and Type | Method and Description |
---|---|
String |
getTitle() |
String |
toString() |
static OTCompound._titles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTCompound._titles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OTCompound._titles Compound
public static final OTCompound._titles CASRN
public static final OTCompound._titles EINECS
public static final OTCompound._titles IUPACName
public static final OTCompound._titles ChemicalName
public static final OTCompound._titles SMILES
public static final OTCompound._titles InChI_std
public static final OTCompound._titles InChIKey_std
public static final OTCompound._titles REACHRegistrationDate
public static OTCompound._titles[] values()
for (OTCompound._titles c : OTCompound._titles.values()) System.out.println(c);
public static OTCompound._titles 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 toString()
toString
in class Enum<OTCompound._titles>
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.