Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container.OrderedList
-
-
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 OrderedList Modifier and Type Method Description @Nullable List<OrderedList>OrderedContainer. getOrderedList()List<OrderedList>OrderedContainerBuilder. getOrderedList()default @NonNull List<OrderedList>OrderedContainer. nonnullOrderedList()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 OrderedList Modifier and Type Method Description OrderedContainerBuilderOrderedContainerBuilder. setOrderedList(List<OrderedList> values) -
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 OrderedList Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<OrderedList>>
E$$OrderedListBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container that return OrderedList Modifier and Type Method Description OrderedListOrderedListBuilder. build()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 OrderedList Modifier and Type Method Description default Class<OrderedList>OrderedList. implementedInterface()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 OrderedList Modifier and Type Method Description OrderedListBuilderOrderedListBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OrderedList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<OrderedList> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherOrderedListBuilder.addAugmentation(Augmentation)orOrderedListBuilder.removeAugmentation(Class)instead.OrderedListBuilderOrderedListBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OrderedList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<OrderedList> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherOrderedListBuilder.addAugmentation(Augmentation)orOrderedListBuilder.removeAugmentation(Class)instead.OrderedListBuilderOrderedListBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<OrderedList> augmentation)Add an augmentation to this builder's product.OrderedListBuilderOrderedListBuilder. 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 OrderedList Constructor Description OrderedListBuilder(OrderedList base)
-