public interface ChoiceList extends ChildOf<TwoLevelList>, Augmentable<ChoiceList>, Identifiable<ChoiceListKey>
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
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 |
---|---|
@Nullable ChoiceInChoiceList |
getChoiceInChoiceList() |
@Nullable String |
getName() |
ChoiceListKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable String getName()
java.lang.String
name
, or null
if not present@Nullable ChoiceInChoiceList getChoiceInChoiceList()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.two.level.list.choice.list.ChoiceInChoiceList
choiceInChoiceList
, or null
if not presentChoiceListKey key()
Identifiable
key
in interface Identifiable<ChoiceListKey>
Copyright © 2019 OpenDaylight. All rights reserved.