public interface ListInCase extends ChildOf<CaseBContainer>, Augmentable<ListInCase>, Identifiable<ListInCaseKey>
This class represents the following YANG schema fragment defined in module opendaylight-bug-4798.yang
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/case-b-container/list-in-case
To create instances of this class use ListInCaseBuilder
.
ListInCaseBuilder
,
ListInCaseKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getTestLeaf() |
ListInCaseKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable String getTestLeaf()
java.lang.String
testLeaf
, or null
if not presentListInCaseKey key()
Identifiable
key
in interface Identifiable<ListInCaseKey>
Copyright © 2019 OpenDaylight. All rights reserved.