Interface Dst

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Dst>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NxRegLoad>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, DstChoiceGrouping, RangeGrouping

    public interface Dst
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NxRegLoad>, org.opendaylight.yangtools.yang.binding.Augmentable<Dst>, DstChoiceGrouping, RangeGrouping
    Writes value to bits start through end, inclusive, in field dst.

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

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

    To create instances of this class use DstBuilder.

    See Also:
    DstBuilder
    • 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<Dst> 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 DstChoiceGrouping
        Specified by:
        implementedInterface in interface RangeGrouping