public interface ComplexFromGrouping
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
grouping complex-from-grouping { container container-with-uses { uses leaf-from-grouping; } list list-via-uses { key name; leaf name { type string; } } }The schema path to identify an instance is opendaylight-mdsal-augment-test/complex-from-grouping
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
ContainerWithUses |
getContainerWithUses() |
List<? extends ListViaUses> |
getListViaUses() |
ContainerWithUses getContainerWithUses()
List<? extends ListViaUses> getListViaUses()
Copyright © 2019 OpenDaylight. All rights reserved.