public interface NestedList extends ChildOf<TopLevelList>, Augmentable<NestedList>, Identifiable<NestedListKey>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
list nested-list { key name; leaf name { type string; } leaf type { type string; } ordered-by user; }The schema path to identify an instance is opendaylight-mdsal-binding-test/two-level-list/top-level-list/nested-list
To create instances of this class use NestedListBuilder
.
NestedListBuilder
,
NestedListKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getName() |
@Nullable String |
getType()
Mandatory type of list.
|
NestedListKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable String getName()
java.lang.String
name
, or null
if not present@Nullable String getType()
java.lang.String
type
, or null
if not presentNestedListKey key()
Identifiable
key
in interface Identifiable<NestedListKey>
Copyright © 2019 OpenDaylight. All rights reserved.