Interface GoToTableCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GoToTableCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Instruction>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Instruction

    public interface GoToTableCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<GoToTableCase>, Instruction

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

     case go-to-table-case {
       container go-to-table {
         leaf table_id {
           type uint8;
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-flow-types/instruction/instruction/go-to-table-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        GoToTable getGoToTable()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.instruction.go.to.table._case.GoToTable goToTable, or null if not present