Uses of Enum Class
net.sf.jniinchi.INCHI_BOND_STEREO
-
Uses of INCHI_BOND_STEREO in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_BOND_STEREOModifier and TypeFieldDescriptionprivate INCHI_BOND_STEREOJniInchiBond.stereoBond 2D stereo definition.Methods in net.sf.jniinchi that return INCHI_BOND_STEREOModifier and TypeMethodDescriptionJniInchiBond.getBondStereo()Returns bond stereochemistry.static INCHI_BOND_STEREOINCHI_BOND_STEREO.getValue(int bster) static INCHI_BOND_STEREOReturns the enum constant of this class with the specified name.static INCHI_BOND_STEREO[]INCHI_BOND_STEREO.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_BOND_STEREOModifier and TypeMethodDescriptionvoidJniInchiBond.setStereoDefinition(INCHI_BOND_STEREO stereo) Set 2D stereo definition.Constructors in net.sf.jniinchi with parameters of type INCHI_BOND_STEREOModifierConstructorDescriptionJniInchiBond(JniInchiAtom atO, JniInchiAtom atT, INCHI_BOND_TYPE type, INCHI_BOND_STEREO stereo) Create bond.