public static enum RemoteSystemResponseHandler.ResponseCode extends Enum<RemoteSystemResponseHandler.ResponseCode>
| Enum Constant and Description |
|---|
CODE_1
Ответ с кодом 1
|
CODE_2
Ответ с кодом 2
|
CODE_3
Ответ с кодом 3
|
CODE_4
Ответ с кодом 4
|
CODE_5
Ответ с кодом 5
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteSystemResponseHandler.ResponseCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteSystemResponseHandler.ResponseCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteSystemResponseHandler.ResponseCode CODE_1
public static final RemoteSystemResponseHandler.ResponseCode CODE_2
public static final RemoteSystemResponseHandler.ResponseCode CODE_3
public static final RemoteSystemResponseHandler.ResponseCode CODE_4
public static final RemoteSystemResponseHandler.ResponseCode CODE_5
public static RemoteSystemResponseHandler.ResponseCode[] values()
for (RemoteSystemResponseHandler.ResponseCode c : RemoteSystemResponseHandler.ResponseCode.values()) System.out.println(c);
public static RemoteSystemResponseHandler.ResponseCode 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 © 2018–2020 Tesler. All rights reserved.