All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
     }
   }
 }
 
  • 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.
  • Method Summary

    Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract

    implementedInterface
  • Field Details

    • QNAME

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