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