public interface ComplexViaUsesWithDifferentName extends TreeNode, Augmentable<ComplexViaUsesWithDifferentName>, ComplexFromGrouping, ChoiceInChoiceList
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
case complex-via-uses-with-different-name { uses complex-from-grouping; }The schema path to identify an instance is opendaylight-mdsal-augment-test/put-top/input/choice-list/choice-in-choice-list/(urn:opendaylight:params:xml:ns:yang:mdsal:test:augment?revision=2014-07-09)complex-via-uses-with-different-name
To create instances of this class use ComplexViaUsesWithDifferentNameBuilder
.
ComplexViaUsesWithDifferentNameBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
ContainerWithUses |
getContainerWithUses() |
List<ListViaUses> |
getListViaUses() |
augments, getAugmentation
implementedInterface
ContainerWithUses getContainerWithUses()
getContainerWithUses
in interface ComplexFromGrouping
List<ListViaUses> getListViaUses()
getListViaUses
in interface ComplexFromGrouping
Copyright © 2019 OpenDaylight. All rights reserved.