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 NodeConnectorContext extends org.opendaylight.yangtools.yang.binding.BaseIdentity
A node-connector-context is a classifier for node-connector elements which allows an RPC to provide a service on behalf of a particular element in the tree.

This class represents the following YANG schema fragment defined in module opendaylight-inventory

 identity node-connector-context {
 }
 
  • 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 NodeConnectorContext VALUE
      Singleton value representing the NodeConnectorContext identity.
  • Method Details

    • implementedInterface

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