- Enclosing interface:
- Tree
public static interface Tree.Node
Details of a node within a
Tree
.
-
Method Summary
Returns the name of the node.
Returns the node version.
-
Method Details
-
id
Returns the name of the node.
- Returns:
- node name.
-
type
Returns the node type.
- Returns:
- node type.
-
version
Returns the node version.
- Returns:
- node version.
-
displayName
Returns the node id.
- Returns:
- node id.