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 with values SUCCESS, WARNING and FAILURE Currently warning is never usedstatic 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.
-