|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OpenState.InternalState>
tecgraf.ftc_1_2.server.states.v1_1.OpenState.InternalState
protected static enum OpenState.InternalState
Representa os estados internos desta operação.
| Enum Constant Summary | |
|---|---|
ERROR_CODE_SENT
Estado que indica que o código de erro já foi enviado. |
|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OpenState.InternalState INITIAL
public static final OpenState.InternalState IDENTIFIER_SIZE_RECEIVED
public static final OpenState.InternalState IDENTIFIER_RECEIVED
public static final OpenState.InternalState ERROR_CODE_SENT
| Method Detail |
|---|
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 name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||