public interface Cont extends ChildOf<OpendaylightMdsal45BaseData>, Augmentable<Cont>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal45-base
container cont { choice cont-choice { case cont-base { uses grp; } } }The schema path to identify an instance is opendaylight-mdsal45-base/cont
To create instances of this class use ContBuilder
.
ContBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable ContChoice |
getContChoice() |
getImplementedInterface
augmentation
@Nullable ContChoice getContChoice()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal45.base.norev.cont.ContChoice
contChoice
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.