public static enum ObjReadsWrites.W_Status extends java.lang.Enum<ObjReadsWrites.W_Status>
| Enum Constant and Description |
|---|
MAYBE_WRITTEN |
NOT_WRITTEN |
WRITTEN |
| Modifier and Type | Method and Description |
|---|---|
static ObjReadsWrites.W_Status |
valueOf(java.lang.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(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.W_Status[] values()
for (ObjReadsWrites.W_Status c : ObjReadsWrites.W_Status.values()) System.out.println(c);
Copyright © 2009-2019 Aarhus University