Uses of Enum Class
net.sf.jniinchi.INCHI_BOND_TYPE
-
Uses of INCHI_BOND_TYPE in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_BOND_TYPEMethods in net.sf.jniinchi that return INCHI_BOND_TYPEModifier and TypeMethodDescriptionJniInchiBond.getBondType()
Returns bond type.static INCHI_BOND_TYPE
INCHI_BOND_TYPE.getValue
(int btype) static INCHI_BOND_TYPE
Returns the enum constant of this class with the specified name.static INCHI_BOND_TYPE[]
INCHI_BOND_TYPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.sf.jniinchi with parameters of type INCHI_BOND_TYPEModifierConstructorDescriptionJniInchiBond
(JniInchiAtom atO, JniInchiAtom atT, INCHI_BOND_TYPE type) Create bond.JniInchiBond
(JniInchiAtom atO, JniInchiAtom atT, INCHI_BOND_TYPE type, INCHI_BOND_STEREO stereo) Create bond.