public interface SimpleCase extends TreeNode, Augmentable<SimpleCase>, ChoiceInList, SimpleCase
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
case simple-case { leaf simple { type string; } }The schema path to identify an instance is opendaylight-mdsal-binding-test/put-top/input/top-level-list/choice-in-list/simple-case
To create instances of this class use SimpleCaseBuilder
.
SimpleCaseBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
String |
getSimple() |
augments, getAugmentation
implementedInterface
String getSimple()
getSimple
in interface SimpleCase
Copyright © 2019 OpenDaylight. All rights reserved.