public static enum CodeMsgConstants.CodeMsg extends Enum<CodeMsgConstants.CodeMsg> implements CodeMsgI
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getMsg() |
static CodeMsgConstants.CodeMsg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeMsgConstants.CodeMsg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeMsgConstants.CodeMsg OK
public static final CodeMsgConstants.CodeMsg ClIENT_NETWORK_NOT_AVAILABLE
public static final CodeMsgConstants.CodeMsg ClIENT_NETWORK_RESPONSE_NOT_OK
public static final CodeMsgConstants.CodeMsg ClIENT_RESPONSE_EMPTY
public static final CodeMsgConstants.CodeMsg ClIENT_SERVER_EXCEPTION
public static final CodeMsgConstants.CodeMsg ClIENT_REQUEST_COMPOSE_FAIL
public static final CodeMsgConstants.CodeMsg ClIENT_RESPONSE_NOT_VALID
public static final CodeMsgConstants.CodeMsg CLIENT_RESPONSE_HEAD_NULL
public static final CodeMsgConstants.CodeMsg CLIENT_RESPONSE_HEAD_CODE_NULL
public static final CodeMsgConstants.CodeMsg CLIENT_RESPONSE_HEAD_CODE_EMPTY
public static final CodeMsgConstants.CodeMsg ClIENT_RESPONSE_BODY_NOT_VALID
public static final CodeMsgConstants.CodeMsg ClIENT_RESPONSE_HEAD_MSG_NULL
public static final CodeMsgConstants.CodeMsg ClIENT_RESPONSE_HEAD_MSG_EMPTY
public static final CodeMsgConstants.CodeMsg ClIENT_REQUEST_QUERYSTRING_ENCODE_FAIL
public static CodeMsgConstants.CodeMsg[] values()
for (CodeMsgConstants.CodeMsg c : CodeMsgConstants.CodeMsg.values()) System.out.println(c);
public static CodeMsgConstants.CodeMsg 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 © 2022. All rights reserved.