public interface TestCont extends ChildOf<OpendaylightTestTypedefEmptyData>, Augmentable<TestCont>
This class represents the following YANG schema fragment defined in module opendaylight-test-typedef-empty
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 opendaylight-test-typedef-empty/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 |
---|---|
@Nullable TypedefEmpty |
getEmptyLeaf2() |
@Nullable Boolean |
isEmptyLeaf() |
@Nullable Boolean |
isEmptyLeaf3() |
getImplementedInterface
augmentation
@Nullable Boolean isEmptyLeaf()
java.lang.Boolean
emptyLeaf
, or null
if not present@Nullable TypedefEmpty getEmptyLeaf2()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.typedef.empty.rev170829.TypedefEmpty
emptyLeaf2
, or null
if not present@Nullable Boolean isEmptyLeaf3()
java.lang.Boolean
emptyLeaf3
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.