public static enum ResultModel.keyNames extends Enum<ResultModel.keyNames>
Enum Constant and Description |
---|
KEY_MESSAGE
执行结果反馈消息键名
|
KEY_ROWS
执行结果通用数据集键名
|
KEY_STATUS
执行结果状态键名
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
重写tostring方法
方法说明: toString
输入参数说明: @return
输出参数说明: String
|
static ResultModel.keyNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultModel.keyNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultModel.keyNames KEY_STATUS
public static final ResultModel.keyNames KEY_MESSAGE
public static final ResultModel.keyNames KEY_ROWS
public static ResultModel.keyNames[] values()
for (ResultModel.keyNames c : ResultModel.keyNames.values()) System.out.println(c);
public static ResultModel.keyNames 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 nullpublic String toString()
toString
in class Enum<ResultModel.keyNames>
Copyright © 2018. All rights reserved.