public interface UnionNode extends ChildOf<OpendaylightBug6006Data>, Augmentable<UnionNode>
This class represents the following YANG schema fragment defined in module opendaylight-bug-6006
container union-node { leaf value { type union-type; } }The schema path to identify an instance is opendaylight-bug-6006/union-node
To create instances of this class use UnionNodeBuilder
.
UnionNodeBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable UnionType |
getValue() |
getImplementedInterface
augmentation
@Nullable UnionType getValue()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.bug._6006.rev160607.UnionType
value
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.