Interface NxmOfEthTypeGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    SrcOfEthTypeCase

    @Generated("mdsal-binding-generator")
    public interface NxmOfEthTypeGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping nxm-of-eth-type-grouping {
       leaf of-eth-type {
         type empty;
       }
     }
     
    The schema path to identify an instance is openflowplugin-extension-nicira-action/nxm-of-eth-type-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends NxmOfEthTypeGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getOfEthType

        org.opendaylight.yangtools.yang.common.Empty getOfEthType()
        Return ofEthType, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Empty ofEthType, or null if it is not present.