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