public interface ContainerWithUses extends TreeChildNode<ChoiceList,Item<ContainerWithUses>>, Instantiable<ContainerWithUses>, Augmentable<ContainerWithUses>, LeafFromGrouping, ContainerWithUses
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
container container-with-uses { uses leaf-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/container-with-uses
To create instances of this class use ContainerWithUsesBuilder
.
ContainerWithUsesBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
String |
getLeafFromGrouping() |
treeIdentifier, treeParent
implementedInterface
augments, getAugmentation
String getLeafFromGrouping()
getLeafFromGrouping
in interface ContainerWithUses
getLeafFromGrouping
in interface LeafFromGrouping
Copyright © 2019 OpenDaylight. All rights reserved.