public interface ChoiceInList extends ChoiceIn<TopLevelList>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
choice choice-in-list { case simple-case { leaf simple { type string; } } }The schema path to identify an instance is opendaylight-mdsal-binding-test/two-level-list/top-level-list/choice-in-list
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.