public interface Simple extends TreeNode, Augmentable<Simple>, Identifier, Simple
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
case simple { container simple-id { leaf id { type int32; } } }The schema path to identify an instance is opendaylight-mdsal-binding-test/choice-container/identifier/simple
To create instances of this class use SimpleBuilder
.
SimpleBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
SimpleId |
getSimpleId() |
augments, getAugmentation
implementedInterface
SimpleId getSimpleId()
getSimpleId
in interface Simple
Copyright © 2019 OpenDaylight. All rights reserved.