| Interface | Description |
|---|---|
| UnorderedList |
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-sal-test-store</b>
<br>(Source path: <i>META-INF/yang/opendaylight-sal-test-store.yang</i>):
<pre>
list unordered-list {
key "name"
leaf name {
type string;
}
leaf value {
type string;
}
uses name-value;
}
</pre>
The schema path to identify an instance is
<i>opendaylight-sal-test-store/lists/unordered-container/unordered-list</i>
<p>To create instances of this class use
UnorderedListBuilder. |
| Class | Description |
|---|---|
| UnorderedListBuilder |
Class that builds
UnorderedList instances. |
| UnorderedListKey |
Copyright © 2015. All Rights Reserved.