public interface NestedList extends Instantiable<NestedList>, Augmentable<NestedList>, org.opendaylight.yangtools.concepts.Identifiable<NestedListKey>, TreeChildNode<TopLevelList,IdentifiableItem<NestedList,NestedListKey>>, NestedList
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
list nested-list { key name; leaf name { type string; } leaf type { type string; } ordered-by user; }The schema path to identify an instance is opendaylight-mdsal-binding-test/get-top/output/top-level-list/nested-list
To create instances of this class use NestedListBuilder
.
NestedListBuilder
,
NestedListKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
NestedListKey |
getIdentifier()
Returns Primary Key of Yang List Type
|
String |
getName() |
String |
getType()
Mandatory type of list.
|
implementedInterface
augments, getAugmentation
treeIdentifier, treeParent
String getName()
getName
in interface NestedList
String getType()
getType
in interface NestedList
NestedListKey getIdentifier()
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<NestedListKey>
getIdentifier
in interface NestedList
Copyright © 2019 OpenDaylight. All rights reserved.