Interface TableFeaturePropType

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

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

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

     grouping table-feature-prop-type {
       choice table-feature-prop-type {
         case instructions {
           container instructions {
             uses flow:instruction-list;
           }
         }
         case instructions-miss {
           container instructions-miss {
             uses flow:instruction-list;
           }
         }
         case next-table {
           container tables {
             leaf-list table-ids {
               type uint8;
             }
           }
         }
         case next-table-miss {
           container tables-miss {
             leaf-list table-ids {
               type uint8;
             }
           }
         }
         case write-actions {
           container write-actions {
             uses action:action-list;
           }
         }
         case write-actions-miss {
           container write-actions-miss {
             uses action:action-list;
           }
         }
         case apply-actions {
           container apply-actions {
             uses action:action-list;
           }
         }
         case apply-actions-miss {
           container apply-actions-miss {
             uses action:action-list;
           }
         }
         case match {
           container match-setfield {
             uses set-field-match;
           }
         }
         case wildcards {
           container wildcard-setfield {
             uses set-field-match;
           }
         }
         case write-setfield {
           container write-setfield {
             uses set-field-match;
           }
         }
         case write-setfield-miss {
           container write-setfield-miss {
             uses set-field-match;
           }
         }
         case apply-setfield {
           container apply-setfield {
             uses set-field-match;
           }
         }
         case apply-setfield-miss {
           container apply-setfield-miss {
             uses set-field-match;
           }
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-table-types/table-feature-prop-type
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        TableFeaturePropType getTableFeaturePropType()
        Return tableFeaturePropType, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.table.feature.prop.type.TableFeaturePropType tableFeaturePropType, or null if it is not present.