public interface LeafFromGrouping extends DataObject
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
grouping leaf-from-grouping { leaf leaf-from-grouping { type string; } }The schema path to identify an instance is opendaylight-mdsal-augment-test/leaf-from-grouping
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getLeafFromGrouping() |
getImplementedInterface
@Nullable String getLeafFromGrouping()
java.lang.String
leafFromGrouping
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.