Uses of Enum Class
net.sf.jniinchi.INCHI_RET
-
Uses of INCHI_RET in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_RETModifier and TypeFieldDescriptionprivate INCHI_RET
JniInchiOutput.retStatus
InChI return statusprivate INCHI_RET
JniInchiOutputStructure.retStatus
Return status from conversion.private INCHI_RET
JniInchiInputData.returnValue
Methods in net.sf.jniinchi that return INCHI_RETModifier and TypeMethodDescriptionJniInchiOutput.getReturnStatus()
Gets return status from InChI process.JniInchiOutputStructure.getReturnStatus()
Gets return status from InChI process.JniInchiInputData.getReturnValue()
static INCHI_RET
INCHI_RET.getValue
(int ret) static INCHI_RET
Returns the enum constant of this class with the specified name.static INCHI_RET[]
INCHI_RET.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_RETModifier and TypeMethodDescriptionprotected void
JniInchiOutput.setRetStatus
(INCHI_RET retStatus) protected void
JniInchiOutputStructure.setRetStatus
(INCHI_RET retStatus) Constructors in net.sf.jniinchi with parameters of type INCHI_RET