protected static enum OpenState.InternalState extends Enum<OpenState.InternalState>
| Enum Constant and Description |
|---|
IDENTIFIER_RECEIVED
Estado que indica que o identificador do arquivo já foi recebido.
|
IDENTIFIER_SIZE_RECEIVED
Estado que indica que o tamanho do identificador do arquivo já foi
recebido.
|
INITIAL
O estado inicial.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenState.InternalState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenState.InternalState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenState.InternalState INITIAL
public static final OpenState.InternalState IDENTIFIER_SIZE_RECEIVED
public static final OpenState.InternalState IDENTIFIER_RECEIVED
public static OpenState.InternalState[] values()
for (OpenState.InternalState c : OpenState.InternalState.values()) System.out.println(c);
public static OpenState.InternalState 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 © 2019 Tecgraf/PUC-Rio. All rights reserved.