Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping.ContainerWithUses
Packages that use ContainerWithUses
Package
Description
-
Uses of ContainerWithUses 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 ContainerWithUsesModifier and TypeMethodDescriptionComplexFromGrouping.getContainerWithUses()Return containerWithUses, ornullif it is not present.RpcComplexUsesAugmentBuilder.getContainerWithUses()Return current value associated with the property corresponding toComplexFromGrouping.getContainerWithUses().TreeComplexUsesAugmentBuilder.getContainerWithUses()Return current value associated with the property corresponding toComplexFromGrouping.getContainerWithUses().@NonNull ContainerWithUsesComplexFromGrouping.nonnullContainerWithUses()Return containerWithUses, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709 with parameters of type ContainerWithUsesModifier and TypeMethodDescriptionRpcComplexUsesAugmentBuilder.setContainerWithUses(ContainerWithUses value) Set the property corresponding toComplexFromGrouping.getContainerWithUses()to the specified value.TreeComplexUsesAugmentBuilder.setContainerWithUses(ContainerWithUses value) Set the property corresponding toComplexFromGrouping.getContainerWithUses()to the specified value. -
Uses of ContainerWithUses 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 ContainerWithUsesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ContainerWithUses>>
E$$ContainerWithUsesBuilder.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 ContainerWithUsesModifier and TypeMethodDescription@NonNull ContainerWithUsesContainerWithUsesBuilder.build()A newContainerWithUsesinstance.static @NonNull ContainerWithUsesContainerWithUsesBuilder.empty()Get empty instance of ContainerWithUses.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 ContainerWithUsesModifier and TypeMethodDescriptiondefault Class<ContainerWithUses>ContainerWithUses.implementedInterface()Methods 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 ContainerWithUsesModifier and TypeMethodDescriptionstatic booleanContainerWithUses.bindingEquals(@NonNull ContainerWithUses thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intContainerWithUses.bindingHashCode(@NonNull ContainerWithUses obj) Default implementation ofObject.hashCode()contract for this interface.static StringContainerWithUses.bindingToString(@NonNull ContainerWithUses 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 ContainerWithUsesModifier and TypeMethodDescriptionContainerWithUsesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ContainerWithUses> augmentation) Add an augmentation to this builder's product.ContainerWithUsesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ContainerWithUses>> 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 ContainerWithUsesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedContainerWithUses.