Interface TableFeaturesPropertiesGrouping

All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
     }
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends TableFeaturesPropertiesGrouping> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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:
      List<TableFeatureProperties> 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:
      List<TableFeatureProperties> tableFeatureProperties, or an empty list if it is not present.