Interface TableFeaturesPropertiesGrouping

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

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

    This class represents the following YANG schema fragment defined in module openflow-protocol

     grouping table-features-properties-grouping {
       list table-feature-properties {
         config false;
         leaf type {
           type oft:table-features-prop-type;
         }
       }
     }
     
    The schema path to identify an instance is openflow-protocol/table-features-properties-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<TableFeatureProperties> getTableFeatureProperties()
        Return tableFeatureProperties, or null if it is not present.
        Returns:
        java.util.List tableFeatureProperties, or null if it is not present.
      • nonnullTableFeatureProperties

        default @NonNull List<TableFeatureProperties> nonnullTableFeatureProperties()
        Return tableFeatureProperties, or an empty list if it is not present.
        Returns:
        java.util.List tableFeatureProperties, or an empty list if it is not present.