public interface TestCont extends TreeChildNode<TestTypedefData,Item<TestCont>>, Instantiable<TestCont>, Augmentable<TestCont>
This class represents the following YANG schema fragment defined in module test-typedef
container test-cont { leaf empty-leaf { type empty; } leaf empty-leaf2 { type typedef-empty; } leaf empty-leaf3 { type empty; default ""; } }The schema path to identify an instance is test-typedef/test-cont
To create instances of this class use TestContBuilder
.
TestContBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.yang.common.Empty |
getEmptyLeaf() |
TypedefEmpty |
getEmptyLeaf2() |
org.opendaylight.yangtools.yang.common.Empty |
getEmptyLeaf3() |
static InstanceIdentifier<TestCont> |
getInstanceIdentifier() |
treeIdentifier, treeParent
implementedInterface
augments, getAugmentation
org.opendaylight.yangtools.yang.common.Empty getEmptyLeaf()
TypedefEmpty getEmptyLeaf2()
org.opendaylight.yangtools.yang.common.Empty getEmptyLeaf3()
static InstanceIdentifier<TestCont> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.