Uses of Enum Class
net.sf.jniinchi.INCHI_RADICAL
-
Uses of INCHI_RADICAL in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_RADICALModifier and TypeFieldDescriptionprivate INCHI_RADICAL
JniInchiAtom.radical
Radical status of atom.Methods in net.sf.jniinchi that return INCHI_RADICALModifier and TypeMethodDescriptionJniInchiAtom.getRadical()
Returns radical state of atom.static INCHI_RADICAL
INCHI_RADICAL.getValue
(int rad) static INCHI_RADICAL
Returns the enum constant of this class with the specified name.static INCHI_RADICAL[]
INCHI_RADICAL.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sf.jniinchi with parameters of type INCHI_RADICALModifier and TypeMethodDescriptionvoid
JniInchiAtom.setRadical
(INCHI_RADICAL radical) Sets radical status of atom.