Interface Src

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Src>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NxRegMove>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, RangeGrouping, SrcChoiceGrouping

    public interface Src
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NxRegMove>, org.opendaylight.yangtools.yang.binding.Augmentable<Src>, SrcChoiceGrouping, RangeGrouping
    Writes value to bits start through end, inclusive, in field src.

    This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action

     container src {
       uses src-choice-grouping;
       uses range-grouping;
     }
     
    The schema path to identify an instance is openflowplugin-extension-nicira-action/nx-action-reg-move-grouping/nx-reg-move/src

    To create instances of this class use SrcBuilder.

    See Also:
    SrcBuilder
    • Field Summary

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

      • QNAME

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

      • implementedInterface

        default Class<Src> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface RangeGrouping
        Specified by:
        implementedInterface in interface SrcChoiceGrouping