public static enum ObjReadsWrites.R_Status extends Enum<ObjReadsWrites.R_Status>
| Enum Constant and Description |
|---|
MAYBE_READ |
NOT_READ |
READ |
| Modifier and Type | Method and Description |
|---|---|
static ObjReadsWrites.R_Status |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static ObjReadsWrites.R_Status[] values()
for (ObjReadsWrites.R_Status c : ObjReadsWrites.R_Status.values()) System.out.println(c);
Copyright © 2012 Aarhus University