public static enum ObjReadsWrites.R_Status extends java.lang.Enum<ObjReadsWrites.R_Status>
| Enum Constant and Description |
|---|
MAYBE_READ |
NOT_READ |
READ |
| Modifier and Type | Method and Description |
|---|---|
static ObjReadsWrites.R_Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjReadsWrites.R_Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjReadsWrites.R_Status MAYBE_READ
public static final ObjReadsWrites.R_Status NOT_READ
public static final ObjReadsWrites.R_Status READ
public static ObjReadsWrites.R_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 nullpublic static ObjReadsWrites.R_Status[] values()
for (ObjReadsWrites.R_Status c : ObjReadsWrites.R_Status.values()) System.out.println(c);
Copyright © 2009-2019 Aarhus University