Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.UnkeyedContainerBuilder
Packages that use UnkeyedContainerBuilder
Package
Description
-
Uses of UnkeyedContainerBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists that return UnkeyedContainerBuilderModifier and TypeMethodDescriptionUnkeyedContainerBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedContainer> augmentation) Add an augmentation to this builder's product.UnkeyedContainerBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnkeyedContainer>> augmentationType) Remove an augmentation from this builder's product.UnkeyedContainerBuilder.setUnkeyedList(List<UnkeyedList> values) Set the property corresponding toUnkeyedContainer.getUnkeyedList()to the specified value.