Interface DocumentedNode

    • Method Detail

      • getDescription

        Optional<String> getDescription()
        Returns the value of the argument of YANG description keyword.
        Returns:
        string with the description, or empty if description was not provided.
      • getReference

        Optional<String> getReference()
        Returns the value of the argument of YANG reference keyword.
        Returns:
        string with reference to some other document, or empty if reference was not provided.
      • getUnknownSchemaNodes

        default @NonNull List<UnknownSchemaNode> getUnknownSchemaNodes()
        Returns unknown schema nodes which belongs to this instance. Default implementation returns an empty list.
        Returns:
        list of unknown schema nodes defined under this node.