Uses of Class
uk.ac.cam.ch.wwmm.opsin.OpsinResult.OPSIN_RESULT_STATUS
-
-
Uses of OpsinResult.OPSIN_RESULT_STATUS in uk.ac.cam.ch.wwmm.opsin
Methods in uk.ac.cam.ch.wwmm.opsin that return OpsinResult.OPSIN_RESULT_STATUS Modifier and Type Method Description OpsinResult.OPSIN_RESULT_STATUS
OpsinResult. getStatus()
Returns an enum indicating whether interpreting the chemical name was successful If an issue was identified but a chemical structure could be still be deduced the status isWARNING
static OpsinResult.OPSIN_RESULT_STATUS
OpsinResult.OPSIN_RESULT_STATUS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OpsinResult.OPSIN_RESULT_STATUS[]
OpsinResult.OPSIN_RESULT_STATUS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-