public interface Cont2 extends ChildOf<AugGrouping>, Augmentable<Cont2>
This class represents the following YANG schema fragment defined in module opendaylight-of-migration-test-model
container cont2 { list contlist1 { key attr-str; leaf attr-str { type string; } uses enum-grouping; } }The schema path to identify an instance is opendaylight-of-migration-test-model/aug-grouping/cont2
To create instances of this class use Cont2Builder
.
Cont2Builder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Contlist1> |
getContlist1() |
default @NonNull List<Contlist1> |
nonnullContlist1() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.