public abstract class AbstractDictProperty<T,R,K> extends AbstractProperty<T,R,K>
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected Dict<R,K> |
dict |
字段字典
|
level, name, nodeType| 构造器 | 说明 |
|---|---|
AbstractDictProperty(String name) |
|
AbstractDictProperty(String name,
String nodeType) |
|
AbstractDictProperty(String name,
String nodeType,
Dict<R,K> dict) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Dict<R,K> |
getDict() |
获取字典
-1.仅节点是字典属性的节点时可用
|
K |
mappingNodeKey(R field) |
将字段值转换为树节点关键字
|
R |
nodeKey2FieldValue(K nodeKey) |
将树节点关键字转换为字段值
|
isDictProperty, level, mappingFieldValue, name, nodeType, setLevel, setObject2FieldMapperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmappingOrCreateNodeKeypublic AbstractDictProperty(String name)
Copyright © 2024–2025. All rights reserved.