Interface ExperimenterIdCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ExperimenterIdCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<InstructionGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, InstructionChoice

    public interface ExperimenterIdCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ExperimenterIdCase>, InstructionChoice

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

     case experimenter-id-case {
       container experimenter {
         leaf experimenter-id {
           type oft:experimenter-id;
         }
       }
     }
     
    The schema path to identify an instance is openflow-augments/instruction-container/instruction-choice/(urn:opendaylight:openflow:augments?revision=2015-02-25)experimenter-id-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Experimenter getExperimenter()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.augments.rev150225.instruction.container.instruction.choice.experimenter.id._case.Experimenter experimenter, or null if not present