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_RADICALJniInchiAtom.radicalRadical status of atom.Methods in net.sf.jniinchi that return INCHI_RADICALModifier and TypeMethodDescriptionJniInchiAtom.getRadical()Returns radical state of atom.static INCHI_RADICALINCHI_RADICAL.getValue(int rad) static INCHI_RADICALReturns 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 TypeMethodDescriptionvoidJniInchiAtom.setRadical(INCHI_RADICAL radical) Sets radical status of atom.