Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.OrderedContainer
-
-
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 OrderedContainer Modifier and Type Method Description OrderedContainerLists. getOrderedContainer()Return orderedContainer, ornullif it is not present.OrderedContainerListsBuilder. getOrderedContainer()Return current value associated with the property corresponding toLists.getOrderedContainer().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 with parameters of type OrderedContainer Modifier and Type Method Description ListsBuilderListsBuilder. 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 OrderedContainer Modifier and Type Method Description <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 OrderedContainer Modifier and Type Method Description @NonNull OrderedContainerOrderedContainerBuilder. build()A newOrderedContainerinstance.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 OrderedContainer Modifier and Type Method Description default 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 OrderedContainer Modifier and Type Method Description static 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 OrderedContainer Modifier and Type Method Description OrderedContainerBuilderOrderedContainerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<OrderedContainer> augmentation)Add an augmentation to this builder's product.OrderedContainerBuilderOrderedContainerBuilder. 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 OrderedContainer Constructor Description OrderedContainerBuilder(OrderedContainer base)Construct a builder initialized with state from specifiedOrderedContainer.
-