public interface OuterContainer extends ChildOf<Root>, Augmentable<OuterContainer>
This class represents the following YANG schema fragment defined in module opendaylight-bug-4798.yang
container outer-container { leaf leaf-in-outer-container { type string; } }The schema path to identify an instance is opendaylight-bug-4798.yang/root/outer-container
To create instances of this class use OuterContainerBuilder
.
OuterContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getLeafInOuterContainer() |
getImplementedInterface
augmentation
@Nullable String getLeafInOuterContainer()
java.lang.String
leafInOuterContainer
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.