Uses of Class
net.sf.jniinchi.INCHI_RET
-
Packages that use INCHI_RET Package Description net.sf.jniinchi org.openscience.cdk.inchi -
-
Uses of INCHI_RET in net.sf.jniinchi
Methods in net.sf.jniinchi that return INCHI_RET Modifier and Type Method Description static INCHI_RETINCHI_RET. valueOf(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. -
Uses of INCHI_RET in org.openscience.cdk.inchi
Methods in org.openscience.cdk.inchi that return INCHI_RET Modifier and Type Method Description INCHI_RETInChIGenerator. getReturnStatus()Deprecated.INCHI_RETInChIToStructure. getReturnStatus()Deprecated.use getStatus
-