Uses of Class
net.sf.jniinchi.INCHI_OPTION
-
-
Uses of INCHI_OPTION in net.sf.jniinchi
Methods in net.sf.jniinchi that return INCHI_OPTION Modifier and Type Method Description static INCHI_OPTION
INCHI_OPTION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static INCHI_OPTION
INCHI_OPTION. valueOfIgnoreCase(java.lang.String string)
static INCHI_OPTION[]
INCHI_OPTION. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in net.sf.jniinchi with type arguments of type INCHI_OPTION Modifier and Type Method Description protected static java.lang.String
JniInchiWrapper. checkOptions(java.util.List<INCHI_OPTION> ops)
Checks and canonicalises options.Constructor parameters in net.sf.jniinchi with type arguments of type INCHI_OPTION Constructor Description JniInchiInput(java.util.List<INCHI_OPTION> opts)
Constructor.JniInchiInputInchi(java.lang.String inchi, java.util.List<INCHI_OPTION> opts)
Constructor.
-