public interface ISerializedObjectTree
Modifier and Type | Method and Description |
---|---|
List<? extends ISerializedObjectTree> |
children()
list of children
|
int |
childSize()
size of all children
|
ObjectId |
id()
node id
|
String |
label()
node label if any
|
int |
size()
size of object without children
|
Class<? extends Object> |
type()
node type
|
ObjectId id()
String label()
int size()
int childSize()
List<? extends ISerializedObjectTree> children()
Copyright © 2015. All rights reserved.