public interface Cont extends ChildOf<Bug8449Data>, Augmentable<Cont>
This class represents the following YANG schema fragment defined in module bug8449
container cont { leaf ref { type union { type name1-ref; type name2-ref; } } }The schema path to identify an instance is bug8449/cont
To create instances of this class use ContBuilder
.
ContBuilder
Modifier and Type | Interface and Description |
---|---|
static class |
Cont.Ref |
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Cont.Ref |
getRef() |
getImplementedInterface
augmentation
@Nullable Cont.Ref getRef()
org.opendaylight.yang.gen.v1.bug8449.rev170516.Cont.Ref
ref
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.