| Class and Description |
|---|
| OrderedContainer
<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>
container ordered-container {
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</i>
<p>To create instances of this class use
OrderedContainerBuilder. |
| UnkeyedContainer
<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>
container unkeyed-container {
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</i>
<p>To create instances of this class use
UnkeyedContainerBuilder. |
| UnorderedContainer
<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>
container unordered-container {
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</i>
<p>To create instances of this class use
UnorderedContainerBuilder. |
| Class and Description |
|---|
| OrderedContainer
<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>
container ordered-container {
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</i>
<p>To create instances of this class use
OrderedContainerBuilder. |
| OrderedContainerBuilder
Class that builds
OrderedContainer instances. |
| UnkeyedContainer
<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>
container unkeyed-container {
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</i>
<p>To create instances of this class use
UnkeyedContainerBuilder. |
| UnkeyedContainerBuilder
Class that builds
UnkeyedContainer instances. |
| UnorderedContainer
<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>
container unordered-container {
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</i>
<p>To create instances of this class use
UnorderedContainerBuilder. |
| UnorderedContainerBuilder
Class that builds
UnorderedContainer instances. |
Copyright © 2015. All Rights Reserved.