Uses of Enum Class
net.sf.jniinchi.INCHI_STEREOTYPE
-
Uses of INCHI_STEREOTYPE in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_STEREOTYPEModifier and TypeFieldDescriptionprivate INCHI_STEREOTYPE
JniInchiStereo0D.type
Stereo parity type.Methods in net.sf.jniinchi that return INCHI_STEREOTYPEModifier and TypeMethodDescriptionJniInchiStereo0D.getStereoType()
Returns type of stereochemistry.static INCHI_STEREOTYPE
INCHI_STEREOTYPE.getValue
(int type) static INCHI_STEREOTYPE
Returns the enum constant of this class with the specified name.static INCHI_STEREOTYPE[]
INCHI_STEREOTYPE.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_STEREOTYPEModifierConstructorDescriptionJniInchiStereo0D
(JniInchiAtom atC, JniInchiAtom at0, JniInchiAtom at1, JniInchiAtom at2, JniInchiAtom at3, INCHI_STEREOTYPE type, INCHI_PARITY parity) Constructor.