uk.ac.cam.ch.wwmm.opsin
public static enum OpsinResult.OPSIN_RESULT_STATUS extends java.lang.Enum<OpsinResult.OPSIN_RESULT_STATUS>
| Modifier and Type | Method and Description |
|---|---|
static 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[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpsinResult.OPSIN_RESULT_STATUS SUCCESS
public static final OpsinResult.OPSIN_RESULT_STATUS WARNING
public static final OpsinResult.OPSIN_RESULT_STATUS FAILURE
public static OpsinResult.OPSIN_RESULT_STATUS[] values()
for (OpsinResult.OPSIN_RESULT_STATUS c : OpsinResult.OPSIN_RESULT_STATUS.values()) System.out.println(c);
public static OpsinResult.OPSIN_RESULT_STATUS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null