Uses of 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_TYPE Modifier and Type Field Description private INCHI_BOND_TYPE
JniInchiBond. type
Bond type.Methods in net.sf.jniinchi that return INCHI_BOND_TYPE Modifier and Type Method Description INCHI_BOND_TYPE
JniInchiBond. getBondType()
Returns bond type.static INCHI_BOND_TYPE
INCHI_BOND_TYPE. getValue(int btype)
static INCHI_BOND_TYPE
INCHI_BOND_TYPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static INCHI_BOND_TYPE[]
INCHI_BOND_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jniinchi with parameters of type INCHI_BOND_TYPE Constructor Description JniInchiBond(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.
-