public interface ChoiceList extends Instantiable<ChoiceList>, Augmentable<ChoiceList>, org.opendaylight.yangtools.concepts.Identifiable<ChoiceListKey>, TreeChildNode<GetTopOutput,IdentifiableItem<ChoiceList,ChoiceListKey>>, 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/get-top/output/choice-list
To create instances of this class use ChoiceListBuilder
.
ChoiceListBuilder
,
ChoiceListKey
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() |
implementedInterface
augments, getAugmentation
treeIdentifier, treeParent
String getName()
getName
in interface ChoiceList
ChoiceInChoiceList getChoiceInChoiceList()
getChoiceInChoiceList
in interface ChoiceList
ChoiceListKey getIdentifier()
getIdentifier
in interface ChoiceList
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<ChoiceListKey>
Copyright © 2019 OpenDaylight. All rights reserved.