| Interface | Description |
|---|---|
| ComplexFromGrouping |
<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>
grouping complex-from-grouping {
container container-with-uses {
leaf leaf-from-grouping {
type string;
}
uses leaf-from-grouping;
}
list list-via-uses {
key "name"
leaf name {
type string;
}
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-mdsal-augment-test/complex-from-grouping</i>
|
| LeafFromGrouping |
<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>
grouping leaf-from-grouping {
leaf leaf-from-grouping {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-mdsal-augment-test/leaf-from-grouping</i>
|
| RpcComplexUsesAugment | |
| RpcLeafOnlyAugment | |
| RpcLeafOnlyUsesAugment | |
| RpcSecondLeafOnlyAugment | |
| TreeComplexUsesAugment | |
| TreeLeafOnlyAugment | |
| TreeLeafOnlyUsesAugment | |
| TreeSecondLeafOnlyAugment |
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| RpcComplexUsesAugmentBuilder |
Class that builds
RpcComplexUsesAugment instances. |
| RpcLeafOnlyAugmentBuilder |
Class that builds
RpcLeafOnlyAugment instances. |
| RpcLeafOnlyUsesAugmentBuilder |
Class that builds
RpcLeafOnlyUsesAugment instances. |
| RpcSecondLeafOnlyAugmentBuilder |
Class that builds
RpcSecondLeafOnlyAugment instances. |
| TreeComplexUsesAugmentBuilder |
Class that builds
TreeComplexUsesAugment instances. |
| TreeLeafOnlyAugmentBuilder |
Class that builds
TreeLeafOnlyAugment instances. |
| TreeLeafOnlyUsesAugmentBuilder |
Class that builds
TreeLeafOnlyUsesAugment instances. |
| TreeSecondLeafOnlyAugmentBuilder |
Class that builds
TreeSecondLeafOnlyAugment instances. |
Copyright © 2015. All Rights Reserved.