public interface EmptyLeaf extends DataObject, 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
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Boolean |
isEmptyType() |
augmentation
getImplementedInterface
@Nullable Boolean isEmptyType()
java.lang.Boolean
emptyType
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.