public interface BooleanContainer extends ChildOf<OpendaylightDefaultValueTestData>, Augmentable<BooleanContainer>
This class represents the following YANG schema fragment defined in module opendaylight-default-value-test
container boolean-container { presence "presence container"; leaf boolean-leaf { type boolean; default true; } leaf boolean-leaf2 { type boolean; } }The schema path to identify an instance is opendaylight-default-value-test/boolean-container
To create instances of this class use BooleanContainerBuilder
.
BooleanContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Boolean |
isBooleanLeaf() |
@Nullable Boolean |
isBooleanLeaf2() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.