public interface Contlist1 extends ChildOf<Cont2>, Augmentable<Contlist1>, EnumGrouping, Identifiable<Contlist1Key>
This class represents the following YANG schema fragment defined in module opendaylight-of-migration-test-model
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/contlist1
To create instances of this class use Contlist1Builder
.
Contlist1Builder
,
Contlist1Key
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getAttrStr() |
Contlist1Key |
key()
Returns an unique key for the object.
|
augmentation
getAttrEnum
getImplementedInterface
@Nullable String getAttrStr()
java.lang.String
attrStr
, or null
if not presentContlist1Key key()
Identifiable
key
in interface Identifiable<Contlist1Key>
Copyright © 2019 OpenDaylight. All rights reserved.