Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container.OrderedList
Packages that use OrderedList
Package
Description
-
Uses of OrderedList 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 types with arguments of type OrderedListModifier and TypeMethodDescription@Nullable List<OrderedList>OrderedContainer.getOrderedList()Return orderedList, ornullif it is not present.OrderedContainerBuilder.getOrderedList()Return current value associated with the property corresponding toOrderedContainer.getOrderedList().default @NonNull List<OrderedList>OrderedContainer.nonnullOrderedList()Return orderedList, or an empty list if it is not present.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 OrderedListModifier and TypeMethodDescriptionOrderedContainerBuilder.setOrderedList(List<OrderedList> values) Set the property corresponding toOrderedContainer.getOrderedList()to the specified value. -
Uses of OrderedList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container with type parameters of type OrderedListModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<OrderedList>>
E$$OrderedListBuilder.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.ordered.container that return OrderedListModifier and TypeMethodDescription@NonNull OrderedListOrderedListBuilder.build()A newOrderedListinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container that return types with arguments of type OrderedListMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container with parameters of type OrderedListModifier and TypeMethodDescriptionstatic booleanOrderedList.bindingEquals(@NonNull OrderedList thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intOrderedList.bindingHashCode(@NonNull OrderedList obj) Default implementation ofObject.hashCode()contract for this interface.static StringOrderedList.bindingToString(@NonNull OrderedList 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.ordered.container with type arguments of type OrderedListModifier and TypeMethodDescriptionOrderedListBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<OrderedList> augmentation) Add an augmentation to this builder's product.OrderedListBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OrderedList>> 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.ordered.container with parameters of type OrderedListModifierConstructorDescriptionConstruct a builder initialized with state from specifiedOrderedList.