Interface ObjectReference

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<NodeErrorReference>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    FlowRef, GroupRef, MeterRef

    @Generated("mdsal-binding-generator")
    public interface ObjectReference
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<NodeErrorReference>

    This class represents the following YANG schema fragment defined in module sal-flow

     choice object-reference {
       case flow-ref {
         leaf flow-ref {
           type types:flow-ref;
         }
       }
       case group-ref {
         leaf group-ref {
           type group-type:group-ref;
         }
       }
       case meter-ref {
         leaf meter-ref {
           type meter-type:meter-ref;
         }
       }
     }
     
    The schema path to identify an instance is sal-flow/node-error-reference/object-reference
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME