- All Superinterfaces:
- org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
- ContainerWithUses, RpcLeafOnlyUsesAugment, TreeLeafOnlyUsesAugment
public interface LeafFromGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-mdsal-augment-test</b>
<br>(Source path: <i>META-INF/yang/opendaylight-mdsal-augment-test.yang</i>):
<pre>
grouping leaf-from-grouping {
leaf leaf-from-grouping {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-mdsal-augment-test/leaf-from-grouping</i>