Interface ComplexFromGrouping

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

    public interface ComplexFromGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test

     grouping complex-from-grouping {
       container container-with-uses {
         uses leaf-from-grouping;
       }
       list list-via-uses {
         key name;
         leaf name {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-mdsal-augment-test/complex-from-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable ContainerWithUses getContainerWithUses()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping.ContainerWithUses containerWithUses, or null if not present
      • nonnullListViaUses

        default @NonNull Map<ListViaUsesKey,​ListViaUses> nonnullListViaUses()
        Returns:
        java.util.Map listViaUses, or an empty list if it is not present