public interface Case2Container extends ChildOf<Top>, Augmentable<Case2Container>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
container case2-container { leaf case2-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/case2/case2-container
To create instances of this class use Case2ContainerBuilder
.
Case2ContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getCase2Leaf() |
getImplementedInterface
augmentation
@Nullable String getCase2Leaf()
java.lang.String
case2Leaf
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.