Class SimpleNodeDataWithSchema<T extends DataSchemaNode>

java.lang.Object
org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema<T>
org.opendaylight.yangtools.yang.data.util.SimpleNodeDataWithSchema<T>
Direct Known Subclasses:
AnydataNodeDataWithSchema, AnyXmlNodeDataWithSchema, LeafListEntryNodeDataWithSchema, LeafNodeDataWithSchema

Utility class used for tracking parser state as needed by a StAX-like parser. This class is to be used only by respective XML and JSON parsers in yang-data-codec-xml and yang-data-codec-gson.

Represents a simple node with value (anyxml, leaf, leaf-list entry).

  • Method Details

    • setValue

      public void setValue(Object value)
    • getValue

      public Object getValue()