| Modifier and Type | Interface and Description |
|---|---|
interface |
RpcLeafOnlyUsesAugment |
interface |
TreeLeafOnlyUsesAugment |
| Constructor and Description |
|---|
RpcLeafOnlyUsesAugmentBuilder(LeafFromGrouping arg) |
TreeLeafOnlyUsesAugmentBuilder(LeafFromGrouping arg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainerWithUses
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-mdsal-augment-test</b>
<br>(Source path: <i>META-INF/yang/opendaylight-mdsal-augment-test.yang</i>):
<pre>
container container-with-uses {
leaf leaf-from-grouping {
type string;
}
uses leaf-from-grouping;
}
</pre>
The schema path to identify an instance is
<i>opendaylight-mdsal-augment-test/complex-from-grouping/container-with-uses</i>
<p>To create instances of this class use
ContainerWithUsesBuilder. |
| Constructor and Description |
|---|
ContainerWithUsesBuilder(LeafFromGrouping arg) |
Copyright © 2015. All Rights Reserved.