Interface Tree.Node

Enclosing interface:
Tree

public static interface Tree.Node
Details of a node within a Tree.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the node id.
    id()
    Returns the name of the node.
    Returns the node type.
    Returns the node version.
  • Method Details

    • id

      UUID id()
      Returns the name of the node.
      Returns:
      node name.
    • type

      String type()
      Returns the node type.
      Returns:
      node type.
    • version

      Integer version()
      Returns the node version.
      Returns:
      node version.
    • displayName

      String displayName()
      Returns the node id.
      Returns:
      node id.