Uses of Class
net.sf.jniinchi.INCHI_RET
-
-
Uses of INCHI_RET in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_RET Modifier and Type Field Description private 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_RET Modifier and Type Method Description INCHI_RET
JniInchiOutput. getReturnStatus()
Gets return status from InChI process.INCHI_RET
JniInchiOutputStructure. getReturnStatus()
Gets return status from InChI process.INCHI_RET
JniInchiInputData. getReturnValue()
static INCHI_RET
INCHI_RET. getValue(int ret)
static INCHI_RET
INCHI_RET. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static INCHI_RET[]
INCHI_RET. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jniinchi with parameters of type INCHI_RET Modifier and Type Method Description protected void
JniInchiOutput. setRetStatus(INCHI_RET retStatus)
protected void
JniInchiOutputStructure. setRetStatus(INCHI_RET retStatus)
Constructors in net.sf.jniinchi with parameters of type INCHI_RET Constructor Description JniInchiOutput(INCHI_RET ret, java.lang.String inchi, java.lang.String auxInfo, java.lang.String message, java.lang.String log)
JniInchiOutputStructure(INCHI_RET value)
-