public static enum SerializeState.Part extends java.lang.Enum<SerializeState.Part>
| Modifier and Type | Method and Description |
|---|---|
static SerializeState.Part |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SerializeState.Part[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SerializeState.Part INIT
public static final SerializeState.Part HEADER
public static final SerializeState.Part KEY
public static final SerializeState.Part BODY
public static SerializeState.Part[] values()
for (SerializeState.Part c : SerializeState.Part.values()) System.out.println(c);
public static SerializeState.Part 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 null