public static enum ObjReadsWrites.W_Status extends Enum<ObjReadsWrites.W_Status>
| Enum Constant and Description |
|---|
MAYBE_WRITTEN |
NOT_WRITTEN |
WRITTEN |
| Modifier and Type | Method and Description |
|---|---|
static ObjReadsWrites.W_Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjReadsWrites.W_Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjReadsWrites.W_Status MAYBE_WRITTEN
public static final ObjReadsWrites.W_Status NOT_WRITTEN
public static final ObjReadsWrites.W_Status WRITTEN
public static ObjReadsWrites.W_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.W_Status[] values()
for (ObjReadsWrites.W_Status c : ObjReadsWrites.W_Status.values()) System.out.println(c);
Copyright © 2012 Aarhus University