public interface Case2 extends DataObject, Augmentable<Case2>, AugmentChoice1
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
case case2 { 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
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Case2Container |
getCase2Container() |
augmentation
getImplementedInterface
@Nullable Case2Container getCase2Container()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.top.augment.choice1.case2.Case2Container
case2Container
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.