public interface Case1Container extends TreeChildNode<Top,Item<Case1Container>>, Instantiable<Case1Container>, Augmentable<Case1Container>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
container case1-container { leaf case1-leaf { type string; } }The schema path to identify an instance is opendaylight-mdsal-augment-test/top/(urn:opendaylight:params:xml:ns:yang:mdsal:test:augment?revision=2014-07-09)augment-choice1/case1/case1-container
To create instances of this class use Case1ContainerBuilder
.
Case1ContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
String |
getCase1Leaf() |
static InstanceIdentifier<Case1Container> |
getInstanceIdentifier() |
treeIdentifier, treeParent
implementedInterface
augments, getAugmentation
String getCase1Leaf()
static InstanceIdentifier<Case1Container> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.