public interface CaseB extends DataObject, Augmentable<CaseB>, Bug4798Choice
This class represents the following YANG schema fragment defined in module opendaylight-bug-4798.yang
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/case-b
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable CaseBContainer |
getCaseBContainer() |
augmentation
getImplementedInterface
@Nullable CaseBContainer getCaseBContainer()
org.opendaylight.yang.gen.v1.urn.test.foo4798.rev160101.root.bug4798.choice._case.b.CaseBContainer
caseBContainer
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.