
protected static enum RiverObjectOutputStream.State extends Enum<RiverObjectOutputStream.State>
| Enum Constant and Description |
|---|
OFF |
ON |
UNWRITTEN_FIELDS |
| Modifier and Type | Method and Description |
|---|---|
static RiverObjectOutputStream.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiverObjectOutputStream.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiverObjectOutputStream.State OFF
public static final RiverObjectOutputStream.State UNWRITTEN_FIELDS
public static final RiverObjectOutputStream.State ON
public static RiverObjectOutputStream.State[] values()
for (RiverObjectOutputStream.State c : RiverObjectOutputStream.State.values()) System.out.println(c);
public static RiverObjectOutputStream.State 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 nullCopyright © 2011 JBoss, a division of Red Hat, Inc.