public interface Cont extends TreeChildNode<Bug8449Data,Item<Cont>>, Instantiable<Cont>, 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 |
|---|---|
static InstanceIdentifier<Cont> |
getInstanceIdentifier() |
Cont.Ref |
getRef() |
treeIdentifier, treeParentimplementedInterfaceaugments, getAugmentationCont.Ref getRef()
static InstanceIdentifier<Cont> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.