Interface Instruction

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Instruction>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<InstructionList>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<InstructionKey>, Instruction, Ordered

    public interface Instruction
    extends org.opendaylight.yangtools.yang.binding.ChildOf<InstructionList>, org.opendaylight.yangtools.yang.binding.Augmentable<Instruction>, Ordered, Instruction, org.opendaylight.yangtools.yang.binding.Identifiable<InstructionKey>

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

     list instruction {
       key order;
       uses action:ordered;
       uses instruction;
     }
     
    The schema path to identify an instance is opendaylight-flow-types/instruction-list/instruction

    To create instances of this class use InstructionBuilder.

    See Also:
    InstructionBuilder, InstructionKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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