All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>, org.opendaylight.yangtools.yang.binding.BindingObject

@Generated("mdsal-binding-generator") public interface NodeContext extends org.opendaylight.yangtools.yang.binding.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 opendaylight-inventory

 identity node-context {
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
    static final @NonNull NodeContext
    Singleton value representing the NodeContext identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends NodeContext>
     
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • VALUE

      static final @NonNull NodeContext VALUE
      Singleton value representing the NodeContext identity.
  • Method Details

    • implementedInterface

      Class<? extends NodeContext> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>