Uses of Class
net.sf.jniinchi.INCHI_BOND_TYPE

Uses of INCHI_BOND_TYPE in net.sf.jniinchi
 

Methods in net.sf.jniinchi that return INCHI_BOND_TYPE
 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(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
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.
 



Copyright © 2006-2010 Sam Adams. All Rights Reserved.