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_RETJniInchiOutput.retStatusInChI return statusprivate INCHI_RETJniInchiOutputStructure.retStatusReturn status from conversion.private INCHI_RETJniInchiInputData.returnValueMethods 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_RETINCHI_RET.getValue(int ret) static INCHI_RETReturns 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 voidJniInchiOutput.setRetStatus(INCHI_RET retStatus) protected voidJniInchiOutputStructure.setRetStatus(INCHI_RET retStatus) Constructors in net.sf.jniinchi with parameters of type INCHI_RET