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()Return orderedList, ornullif it is not present.List<OrderedList>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 OrderedList Modifier and Type Method Description OrderedContainerBuilderOrderedContainerBuilder. 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 OrderedList Modifier and Type Method Description <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 OrderedList Modifier and Type Method Description @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 OrderedList Modifier and Type Method Description default Class<OrderedList>OrderedList. implementedInterface()Methods 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 Modifier and Type Method Description static 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 OrderedList Modifier and Type Method Description 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)Construct a builder initialized with state from specifiedOrderedList.
-