| Modifier and Type | Interface and Description |
|---|---|
interface |
OrderedList
<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 ordered-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/ordered-container/ordered-list</i>
<p>To create instances of this class use
OrderedListBuilder. |
| Constructor and Description |
|---|
OrderedListBuilder(NameValue arg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UnkeyedList
<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 unkeyed-list {
key 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/unkeyed-container/unkeyed-list</i>
<p>To create instances of this class use
UnkeyedListBuilder. |
| Constructor and Description |
|---|
UnkeyedListBuilder(NameValue arg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
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. |
| Constructor and Description |
|---|
UnorderedListBuilder(NameValue arg) |
Copyright © 2015. All Rights Reserved.