public interface UnorderedList extends ChildOf<UnorderedContainer>, Augmentable<UnorderedList>, NameValue, Identifiable<UnorderedListKey>
This class represents the following YANG schema fragment defined in module opendaylight-sal-test-store
list unordered-list { key name; uses name-value; }The schema path to identify an instance is opendaylight-sal-test-store/lists/unordered-container/unordered-list
To create instances of this class use UnorderedListBuilder
.
UnorderedListBuilder
,
UnorderedListKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
UnorderedListKey |
key()
Returns an unique key for the object.
|
augmentation
getName, getValue
getImplementedInterface
UnorderedListKey key()
Identifiable
key
in interface Identifiable<UnorderedListKey>
Copyright © 2019 OpenDaylight. All rights reserved.