Interface TableProperties

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TableProperties>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<TableFeatures>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface TableProperties
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TableFeatures>, org.opendaylight.yangtools.yang.binding.Augmentable<TableProperties>

    This class represents the following YANG schema fragment defined in module opendaylight-table-types

     container table-properties {
       list table-feature-properties {
         key order;
         uses action:ordered;
         uses table-feature-prop-type;
       }
     }
     
    The schema path to identify an instance is opendaylight-table-types/table-features/table-features/table-properties

    To create instances of this class use TablePropertiesBuilder.

    See Also:
    TablePropertiesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<TableProperties> 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()
        Returns:
        java.util.List tableFeatureProperties, or null if not present
      • nonnullTableFeatureProperties

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