public interface ComplexFromGrouping extends DataObject
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 |
---|---|
@Nullable ContainerWithUses |
getContainerWithUses() |
@Nullable List<ListViaUses> |
getListViaUses() |
default @NonNull List<ListViaUses> |
nonnullListViaUses() |
getImplementedInterface
@Nullable ContainerWithUses getContainerWithUses()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.augment.rev140709.complex.from.grouping.ContainerWithUses
containerWithUses
, or null
if not present@Nullable List<ListViaUses> getListViaUses()
java.util.List
listViaUses
, or null
if not presentdefault @NonNull List<ListViaUses> nonnullListViaUses()
java.util.List
listViaUses
, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.