Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping.ListViaUses
-
-
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 ListViaUses Modifier and Type Method Description static 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 ListViaUses Modifier and Type Method Description @Nullable Map<ListViaUsesKey,ListViaUses>ComplexFromGrouping. getListViaUses()Map<ListViaUsesKey,ListViaUses>RpcComplexUsesAugmentBuilder. getListViaUses()Map<ListViaUsesKey,ListViaUses>TreeComplexUsesAugmentBuilder. getListViaUses()default @NonNull Map<ListViaUsesKey,ListViaUses>ComplexFromGrouping. nonnullListViaUses()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 ListViaUses Modifier and Type Method Description RpcComplexUsesAugmentBuilderRpcComplexUsesAugmentBuilder. setListViaUses(List<ListViaUses> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setListViaUses(Map)} instead.RpcComplexUsesAugmentBuilderRpcComplexUsesAugmentBuilder. setListViaUses(Map<ListViaUsesKey,ListViaUses> values)TreeComplexUsesAugmentBuilderTreeComplexUsesAugmentBuilder. setListViaUses(List<ListViaUses> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setListViaUses(Map)} instead.TreeComplexUsesAugmentBuilderTreeComplexUsesAugmentBuilder. setListViaUses(Map<ListViaUsesKey,ListViaUses> values) -
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 ListViaUses Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ListViaUses>>
E$$ListViaUsesBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.complex.from.grouping that return ListViaUses Modifier and Type Method Description ListViaUsesListViaUsesBuilder. build()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 ListViaUses Modifier and Type Method Description default Class<ListViaUses>ListViaUses. implementedInterface()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 ListViaUses Modifier and Type Method Description ListViaUsesBuilderListViaUsesBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ListViaUses>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ListViaUses> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherListViaUsesBuilder.addAugmentation(Augmentation)orListViaUsesBuilder.removeAugmentation(Class)instead.ListViaUsesBuilderListViaUsesBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ListViaUses>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ListViaUses> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherListViaUsesBuilder.addAugmentation(Augmentation)orListViaUsesBuilder.removeAugmentation(Class)instead.ListViaUsesBuilderListViaUsesBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ListViaUses> augmentation)Add an augmentation to this builder's product.ListViaUsesBuilderListViaUsesBuilder. 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 ListViaUses Constructor Description ListViaUsesBuilder(ListViaUses base)
-