Interface BundlePropertyGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    BundleProperty

    @Generated("mdsal-binding-generator")
    public interface BundlePropertyGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Container for bundle property.

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

     grouping bundle-property-grouping {
       leaf type {
         type bundle-property-type;
       }
       choice bundle-property-entry {
         case bundle-property-experimenter {
           leaf experimenter {
             type oft:experimenter-id;
           }
           leaf exp-type {
             type uint32;
           }
           choice bundle-property-experimenter-data;
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends BundlePropertyGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getType

        BundlePropertyType getType()
        Return type, or null if it is not present.
        Returns:
        BundlePropertyType type, or null if it is not present.
      • requireType

        default @NonNull BundlePropertyType requireType()
        Return type, guaranteed to be non-null.
        Returns:
        BundlePropertyType type, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if type is not present
      • getBundlePropertyEntry

        BundlePropertyEntry getBundlePropertyEntry()
        Return bundlePropertyEntry, or null if it is not present.
        Returns:
        BundlePropertyEntry bundlePropertyEntry, or null if it is not present.