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()Return listViaUses, ornullif it is not present.Map<ListViaUsesKey,ListViaUses>RpcComplexUsesAugmentBuilder. getListViaUses()Return current value associated with the property corresponding toComplexFromGrouping.getListViaUses().Map<ListViaUsesKey,ListViaUses>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 ListViaUses Modifier and Type Method Description RpcComplexUsesAugmentBuilderRpcComplexUsesAugmentBuilder. setListViaUses(Map<ListViaUsesKey,ListViaUses> values)Set the property corresponding toComplexFromGrouping.getListViaUses()to the specified value.TreeComplexUsesAugmentBuilderTreeComplexUsesAugmentBuilder. 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 ListViaUses Modifier and Type Method Description <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 ListViaUses Modifier and Type Method Description @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 ListViaUses Modifier and Type Method Description default Class<ListViaUses>ListViaUses. 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 ListViaUses Modifier and Type Method Description static 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 ListViaUses Modifier and Type Method Description 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)Construct a builder initialized with state from specifiedListViaUses.
-