Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping.ListViaUses
Packages that use ListViaUses
Package
Description
-
Uses of ListViaUses in org.opendaylight.controller.md.sal.test.model.util
Methods in org.opendaylight.controller.md.sal.test.model.util that return types with arguments of type ListViaUsesModifier and TypeMethodDescriptionstatic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<ListViaUses>ListsBindingUtils.path(TopLevelListKey top, ListViaUsesKey uses) -
Uses of ListViaUses in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 that return types with arguments of type ListViaUsesModifier and TypeMethodDescription@Nullable Map<ListViaUsesKey,ListViaUses> ComplexFromGrouping.getListViaUses()Return listViaUses, ornullif it is not present.RpcComplexUsesAugmentBuilder.getListViaUses()Return current value associated with the property corresponding toComplexFromGrouping.getListViaUses().TreeComplexUsesAugmentBuilder.getListViaUses()Return current value associated with the property corresponding toComplexFromGrouping.getListViaUses().default @NonNull Map<ListViaUsesKey,ListViaUses> ComplexFromGrouping.nonnullListViaUses()Return listViaUses, 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.augment.rev140709 with type arguments of type ListViaUsesModifier and TypeMethodDescriptionRpcComplexUsesAugmentBuilder.setListViaUses(Map<ListViaUsesKey, ListViaUses> values) Set the property corresponding toComplexFromGrouping.getListViaUses()to the specified value.TreeComplexUsesAugmentBuilder.setListViaUses(Map<ListViaUsesKey, ListViaUses> values) Set the property corresponding toComplexFromGrouping.getListViaUses()to the specified value. -
Uses of ListViaUses in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping with type parameters of type ListViaUsesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ListViaUses>>
E$$ListViaUsesBuilder.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.augment.rev140709.complex.from.grouping that return ListViaUsesModifier and TypeMethodDescription@NonNull ListViaUsesListViaUsesBuilder.build()A newListViaUsesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping that return types with arguments of type ListViaUsesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping with parameters of type ListViaUsesModifier and TypeMethodDescriptionstatic booleanListViaUses.bindingEquals(@NonNull ListViaUses thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intListViaUses.bindingHashCode(@NonNull ListViaUses obj) Default implementation ofObject.hashCode()contract for this interface.static StringListViaUses.bindingToString(@NonNull ListViaUses 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.augment.rev140709.complex.from.grouping with type arguments of type ListViaUsesModifier and TypeMethodDescriptionListViaUsesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ListViaUses> augmentation) Add an augmentation to this builder's product.ListViaUsesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ListViaUses>> 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.augment.rev140709.complex.from.grouping with parameters of type ListViaUsesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedListViaUses.