Uses of Class
net.sf.jniinchi.INCHI_KEY
-
-
Uses of INCHI_KEY in net.sf.jniinchi
Fields in net.sf.jniinchi declared as INCHI_KEY Modifier and Type Field Description private INCHI_KEY
JniInchiOutputKey. retStatus
Methods in net.sf.jniinchi that return INCHI_KEY Modifier and Type Method Description INCHI_KEY
JniInchiOutputKey. getReturnStatus()
static INCHI_KEY
INCHI_KEY. getValue(int ret)
static INCHI_KEY
INCHI_KEY. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static INCHI_KEY[]
INCHI_KEY. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jniinchi with parameters of type INCHI_KEY Constructor Description JniInchiOutputKey(INCHI_KEY retStatus, java.lang.String key)
-