Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gliffy Diagram
macroId8eafa348-6609-4eae-a733-beb5a2766488
nameYang Parser Java Object View
pagePin4
 

ChildNodes SchemaTree are implemented as a Map <QName, DataSchemaNode>? extends LeafStatement>

The Class DataSchemaNode can represent a Yang Leaf, List or Container


The interface LeafStatement provides methods for the Yang Language features including

  • getType()
  • getUnits()
  • getMandatory()
  • getWhenStatement()
  • getMustStatments()

Main data types

The package org.opendaylight.yangtools.yang.model.util.type contains classes for all the possible data types including:

...