Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.UnorderedContainer
Packages that use UnorderedContainer
Package
Description
-
Uses of UnorderedContainer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 that return UnorderedContainerModifier and TypeMethodDescriptionLists.getUnorderedContainer()Return unorderedContainer, ornullif it is not present.ListsBuilder.getUnorderedContainer()Return current value associated with the property corresponding toLists.getUnorderedContainer().@NonNull UnorderedContainerLists.nonnullUnorderedContainer()Return unorderedContainer, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 with parameters of type UnorderedContainerModifier and TypeMethodDescriptionListsBuilder.setUnorderedContainer(UnorderedContainer value) Set the property corresponding toLists.getUnorderedContainer()to the specified value. -
Uses of UnorderedContainer 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 with type parameters of type UnorderedContainerModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer>>
E$$UnorderedContainerBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists that return UnorderedContainerModifier and TypeMethodDescription@NonNull UnorderedContainerUnorderedContainerBuilder.build()A newUnorderedContainerinstance.static @NonNull UnorderedContainerUnorderedContainerBuilder.empty()Get empty instance of UnorderedContainer.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists that return types with arguments of type UnorderedContainerModifier and TypeMethodDescriptiondefault Class<UnorderedContainer>UnorderedContainer.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists with parameters of type UnorderedContainerModifier and TypeMethodDescriptionstatic booleanUnorderedContainer.bindingEquals(@NonNull UnorderedContainer thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intUnorderedContainer.bindingHashCode(@NonNull UnorderedContainer obj) Default implementation ofObject.hashCode()contract for this interface.static StringUnorderedContainer.bindingToString(@NonNull UnorderedContainer obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists with type arguments of type UnorderedContainerModifier and TypeMethodDescriptionUnorderedContainerBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer> augmentation) Add an augmentation to this builder's product.UnorderedContainerBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists with parameters of type UnorderedContainerModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUnorderedContainer.