Interface NodeContext

  • All Superinterfaces:
    BaseIdentity

    public interface NodeContext
    extends BaseIdentity
    A node-context is a classifier for node elements which allows an RPC to provide a service on behalf of a particular element in the data tree.

    This class represents the following YANG schema fragment defined in module UnqualifiedQName{localName=opendaylight-inventory}

     identity node-context {
     }
     
    The schema path to identify an instance is opendaylight-inventory/node-context
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull QName QNAME