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