public interface CaseA extends DataObject, Augmentable<CaseA>, Bug4798Choice
This class represents the following YANG schema fragment defined in module opendaylight-bug-4798.yang
case case-a { 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-a
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<ListInCase> |
getListInCase() |
default @NonNull List<ListInCase> |
nonnullListInCase() |
augmentation
getImplementedInterface
@Nullable List<ListInCase> getListInCase()
java.util.List
listInCase
, or null
if not presentdefault @NonNull List<ListInCase> nonnullListInCase()
java.util.List
listInCase
, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.