Class NodePropBundle.ChildNodeEntry

  • Enclosing class:
    NodePropBundle

    public static class NodePropBundle.ChildNodeEntry
    extends Object
    Helper class for a child node entry
    • Constructor Detail

      • ChildNodeEntry

        public ChildNodeEntry​(Name name,
                              NodeId id)
        Creates a new entry with the given name and id
        Parameters:
        name - the name
        id - the id
    • Method Detail

      • getName

        public Name getName()
        Returns the name.
        Returns:
        the name.
      • getId

        public NodeId getId()
        Returns the id.
        Returns:
        the id.