Uses of Enum Class
net.sf.jniinchi.INCHI_OPTION
-
Uses of INCHI_OPTION in net.sf.jniinchi
Methods in net.sf.jniinchi that return INCHI_OPTIONModifier and TypeMethodDescriptionstatic INCHI_OPTION
Returns the enum constant of this class with the specified name.static INCHI_OPTION
INCHI_OPTION.valueOfIgnoreCase
(String string) static INCHI_OPTION[]
INCHI_OPTION.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in net.sf.jniinchi with type arguments of type INCHI_OPTIONModifier and TypeMethodDescriptionprotected static String
JniInchiWrapper.checkOptions
(List<INCHI_OPTION> ops) Checks and canonicalises options.Constructor parameters in net.sf.jniinchi with type arguments of type INCHI_OPTIONModifierConstructorDescriptionJniInchiInput
(List<INCHI_OPTION> opts) Constructor.JniInchiInputInchi
(String inchi, List<INCHI_OPTION> opts) Constructor.