public class Group extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
List<Entry> |
entries
子节点
|
String |
fullName
节点全路径名称
|
String |
name
节点名称.
|
Integer |
order |
List<Group> |
subGroups
子分组
|
String |
summary
节点说明.
|
| 构造器和说明 |
|---|
Group() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChildGroup(Group g)
添加子節點.
|
void |
clearChildGroup()
清空子節點.
|
List<Group> |
getChildGroups()
Gets the child groups.
|
Group |
getParent() |
String |
getPath()
获取节点的全路径.
|
void |
removeChildGroup(Group g)
移除子节点.
|
void |
setParent(Group parent) |
void |
sort()
排序
|
public Integer order
public String name
public String summary
public String fullName
public void addChildGroup(Group g)
g - the gpublic void clearChildGroup()
public void removeChildGroup(Group g)
g - the gpublic String getPath()
public Group getParent()
public void setParent(Group parent)
public void sort()
Copyright © 2016. All rights reserved.