public interface MyCont extends TreeChildNode<TestData,Item<MyCont>>, Instantiable<MyCont>, Augmentable<MyCont>
This class represents the following YANG schema fragment defined in module test
container my-cont { leaf my-leaf { type string; } }The schema path to identify an instance is test/my-cont
To create instances of this class use MyContBuilder
.
MyContBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
static InstanceIdentifier<MyCont> |
getInstanceIdentifier() |
String |
getMyLeaf() |
treeIdentifier, treeParent
implementedInterface
augments, getAugmentation
String getMyLeaf()
static InstanceIdentifier<MyCont> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.