public interface EnumContainer extends ChildOf<OpendaylightDefaultValueTestData>, Augmentable<EnumContainer>
This class represents the following YANG schema fragment defined in module opendaylight-default-value-test
container enum-container { presence "presence container"; leaf enum-leaf { type my-enumeration; } }The schema path to identify an instance is opendaylight-default-value-test/enum-container
To create instances of this class use EnumContainerBuilder
.
EnumContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable MyEnumeration |
getEnumLeaf() |
getImplementedInterface
augmentation
@Nullable MyEnumeration getEnumLeaf()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns._default.value.test.norev.MyEnumeration
enumLeaf
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.