public interface EmptyLeaf extends TreeNode, Augmentable<EmptyLeaf>, ChoiceInList
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
case empty-leaf { leaf empty-type { type empty; } }The schema path to identify an instance is opendaylight-mdsal-augment-test/top/top-level-list/choice-in-list/(urn:opendaylight:params:xml:ns:yang:mdsal:test:augment?revision=2014-07-09)empty-leaf
To create instances of this class use EmptyLeafBuilder
.
EmptyLeafBuilder
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 |
getEmptyType() |
augments, getAugmentation
implementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.