Uses of Class
net.sf.jniinchi.INCHI_RADICAL
-
-
Uses of INCHI_RADICAL in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_RADICAL Modifier and Type Field Description private INCHI_RADICAL
JniInchiAtom. radical
Radical status of atom.Methods in net.sf.jniinchi that return INCHI_RADICAL Modifier and Type Method Description INCHI_RADICAL
JniInchiAtom. getRadical()
Returns radical state of atom.static INCHI_RADICAL
INCHI_RADICAL. getValue(int rad)
static INCHI_RADICAL
INCHI_RADICAL. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static INCHI_RADICAL[]
INCHI_RADICAL. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jniinchi with parameters of type INCHI_RADICAL Modifier and Type Method Description void
JniInchiAtom. setRadical(INCHI_RADICAL radical)
Sets radical status of atom.
-