public interface ChoiceList
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
list choice-list { key name; leaf name { type string; } choice choice-in-choice-list; }The schema path to identify an instance is opendaylight-mdsal-binding-test/two-level-list/choice-list
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
ChoiceInChoiceList |
getChoiceInChoiceList() |
ChoiceListKey |
getIdentifier()
Returns Primary Key of Yang List Type
|
String |
getName() |
String getName()
ChoiceInChoiceList getChoiceInChoiceList()
ChoiceListKey getIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.