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