Interface InstructionType

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<InstructionType>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SupportedInstructions>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Feature, org.opendaylight.yangtools.yang.binding.Identifiable<InstructionTypeKey>

    public interface InstructionType
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SupportedInstructions>, org.opendaylight.yangtools.yang.binding.Augmentable<InstructionType>, Feature, org.opendaylight.yangtools.yang.binding.Identifiable<InstructionTypeKey>

    This class represents the following YANG schema fragment defined in module flow-node-inventory

     list instruction-type {
       key instruction;
       uses feature;
       leaf instruction {
         type string;
       }
     }
     
    The schema path to identify an instance is flow-node-inventory/flow-node/supported-instructions/instruction-type

    To create instances of this class use InstructionTypeBuilder.

    See Also:
    InstructionTypeBuilder, InstructionTypeKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<InstructionType> 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 Feature
      • getInstruction

        String getInstruction()
        Returns:
        java.lang.String instruction, or null if not present