Interface BundleProperty

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<BundleProperty>, org.opendaylight.yangtools.yang.binding.BindingObject, BundlePropertyGrouping, org.opendaylight.yangtools.yang.binding.ChildOf<BundleCommonGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface BundleProperty
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BundleCommonGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<BundleProperty>, BundlePropertyGrouping

    This class represents the following YANG schema fragment defined in module onf-extensions

     list bundle-property {
       uses bundle-property-grouping;
     }
     
    The schema path to identify an instance is onf-extensions/bundle-common-grouping/bundle-property

    To create instances of this class use BundlePropertyBuilder.

    See Also:
    BundlePropertyBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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