public interface Bug4798Choice extends ChoiceIn<Root>
This class represents the following YANG schema fragment defined in module opendaylight-bug-4798.yang
choice bug4798-choice { case case-a { list list-in-case { key test-leaf; leaf test-leaf { type string; } } } case case-b { container case-b-container { list list-in-case { key test-leaf; leaf test-leaf { type string; } } } } }The schema path to identify an instance is opendaylight-bug-4798.yang/root/bug4798-choice
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.