Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.OrderedContainer
Packages that use OrderedContainer
Package
Description
-
Uses of OrderedContainer 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 OrderedContainerModifier and TypeMethodDescriptionLists.getOrderedContainer()Return orderedContainer, ornullif it is not present.ListsBuilder.getOrderedContainer()Return current value associated with the property corresponding toLists.getOrderedContainer().@NonNull OrderedContainerLists.nonnullOrderedContainer()Return orderedContainer, 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 OrderedContainerModifier and TypeMethodDescriptionListsBuilder.setOrderedContainer(OrderedContainer value) Set the property corresponding toLists.getOrderedContainer()to the specified value. -
Uses of OrderedContainer 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 OrderedContainerModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<OrderedContainer>>
E$$OrderedContainerBuilder.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 OrderedContainerModifier and TypeMethodDescription@NonNull OrderedContainerOrderedContainerBuilder.build()A newOrderedContainerinstance.static @NonNull OrderedContainerOrderedContainerBuilder.empty()Get empty instance of OrderedContainer.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 OrderedContainerModifier and TypeMethodDescriptiondefault Class<OrderedContainer>OrderedContainer.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 OrderedContainerModifier and TypeMethodDescriptionstatic booleanOrderedContainer.bindingEquals(@NonNull OrderedContainer thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intOrderedContainer.bindingHashCode(@NonNull OrderedContainer obj) Default implementation ofObject.hashCode()contract for this interface.static StringOrderedContainer.bindingToString(@NonNull OrderedContainer 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 OrderedContainerModifier and TypeMethodDescriptionOrderedContainerBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<OrderedContainer> augmentation) Add an augmentation to this builder's product.OrderedContainerBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OrderedContainer>> 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 OrderedContainerModifierConstructorDescriptionConstruct a builder initialized with state from specifiedOrderedContainer.