Interface GotoTable

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

    public interface GotoTable
    extends org.opendaylight.yangtools.yang.binding.ChildOf<InstructionGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<GotoTable>

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

     container goto-table {
       leaf table-id {
         type uint8;
       }
     }
     
    The schema path to identify an instance is openflow-instruction/instruction-grouping/instruction-choice/goto-table-case/goto-table

    To create instances of this class use GotoTableBuilder.

    See Also:
    GotoTableBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GotoTable> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getTableId

        org.opendaylight.yangtools.yang.common.Uint8 getTableId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 tableId, or null if not present