| Interface | Description |
|---|---|
| TopLevelList |
Top Level List
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-mdsal-list-test</b>
<br>(Source path: <i>META-INF/yang/opendaylight-mdsal-list-test.yang</i>):
<pre>
list top-level-list {
key "name"
leaf name {
type string;
}
list nested-list {
key "name"
leaf name {
type string;
}
leaf type {
type string;
}
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-mdsal-list-test/two-level-list/top-level-list</i>
<p>To create instances of this class use
TopLevelListBuilder. |
| Class | Description |
|---|---|
| TopLevelListBuilder |
Class that builds
TopLevelList instances. |
| TopLevelListKey |
Copyright © 2015. All Rights Reserved.