public interface Grp extends DataObject
This class represents the following YANG schema fragment defined in module opendaylight-mdsal45-base
grouping grp { container grp-cont { leaf grp-leaf { type string; } } }The schema path to identify an instance is opendaylight-mdsal45-base/grp
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable GrpCont |
getGrpCont() |
getImplementedInterface
@Nullable GrpCont getGrpCont()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal45.base.norev.grp.GrpCont
grpCont
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.