Uses of Class
net.sf.jniinchi.INCHI_STEREOTYPE
-
-
Uses of INCHI_STEREOTYPE in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_STEREOTYPE Modifier and Type Field Description private INCHI_STEREOTYPE
JniInchiStereo0D. type
Stereo parity type.Methods in net.sf.jniinchi that return INCHI_STEREOTYPE Modifier and Type Method Description INCHI_STEREOTYPE
JniInchiStereo0D. getStereoType()
Returns type of stereochemistry.static INCHI_STEREOTYPE
INCHI_STEREOTYPE. getValue(int type)
static INCHI_STEREOTYPE
INCHI_STEREOTYPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static INCHI_STEREOTYPE[]
INCHI_STEREOTYPE. 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_STEREOTYPE Constructor Description JniInchiStereo0D(JniInchiAtom atC, JniInchiAtom at0, JniInchiAtom at1, JniInchiAtom at2, JniInchiAtom at3, INCHI_STEREOTYPE type, INCHI_PARITY parity)
Constructor.
-