Package | Description |
---|---|
top.hmtools.model |
数据模型相关工具类
|
Modifier and Type | Method and Description |
---|---|
static ResultModel.keyNames |
ResultModel.keyNames.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultModel.keyNames[] |
ResultModel.keyNames.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<TT> TT |
ResultModel.get(ResultModel.keyNames key,
Class<TT> type)
根据key获取映射中的值
|
Copyright © 2018. All rights reserved.