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

@Generated("mdsal-binding-generator") public interface NodeContext extends org.opendaylight.yangtools.binding.BaseIdentity
Identity used to mark node context for Routed RPCs (determines the type of routing)

This class represents the following YANG schema fragment defined in module rpcbench-payload

 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.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>