Interface InstructionContainer

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

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

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

     container instruction-container {
       uses instruction-grouping;
     }
     
    The schema path to identify an instance is openflow-instruction/instruction-container

    To create instances of this class use InstructionContainerBuilder.

    See Also:
    InstructionContainerBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<InstructionContainer> 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 InstructionGrouping