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;
}
}
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 |
|---|---|
Cont.Ref |
getRef() |
getImplementedInterfacegetAugmentationCont.Ref getRef()
org.opendaylight.yang.gen.v1.bug8449.rev180405.Cont.Ref ref, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.