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 {
description "Optional.empty";
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 |
|---|---|
String |
getMyLeaf() |
treeIdentifier, treeParentimplementedInterfaceaugments, getAugmentationString getMyLeaf()
Copyright © 2019 OpenDaylight. All rights reserved.