public interface Top extends TreeChildNode<OpendaylightMdsalBindingTestData,Item<Top>>, Instantiable<Top>, Augmentable<Top>, TwoLevelList
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
container top { uses two-level-list; }The schema path to identify an instance is opendaylight-mdsal-binding-test/top
To create instances of this class use TopBuilder
.
TopBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
Integer |
getAugmentedInt() |
String |
getAugmentedString() |
List<ChoiceList> |
getChoiceList() |
static InstanceIdentifier<Top> |
getInstanceIdentifier() |
List<String> |
getTopLevelLeafList() |
List<TopLevelList> |
getTopLevelList()
Top Level List
|
List<String> |
getTopLevelOrderedLeafList() |
treeIdentifier, treeParent
implementedInterface
augments, getAugmentation
List<TopLevelList> getTopLevelList()
getTopLevelList
in interface TwoLevelList
List<String> getTopLevelLeafList()
getTopLevelLeafList
in interface TwoLevelList
List<String> getTopLevelOrderedLeafList()
getTopLevelOrderedLeafList
in interface TwoLevelList
List<ChoiceList> getChoiceList()
getChoiceList
in interface TwoLevelList
String getAugmentedString()
Integer getAugmentedInt()
static InstanceIdentifier<Top> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.