Interface FlowRef

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlowRef>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<NodeErrorReference>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ObjectReference

    public interface FlowRef
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FlowRef>, ObjectReference

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

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

      • QNAME

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

      • implementedInterface

        default Class<FlowRef> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getFlowRef

        FlowRef getFlowRef()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowRef flowRef, or null if not present