public interface ListViaUses extends ChildOf<ComplexFromGrouping>, Augmentable<ListViaUses>, Identifiable<ListViaUsesKey>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-augment-test
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/list-via-uses
To create instances of this class use ListViaUsesBuilder
.
ListViaUsesBuilder
,
ListViaUsesKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getName() |
ListViaUsesKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable String getName()
java.lang.String
name
, or null
if not presentListViaUsesKey key()
Identifiable
key
in interface Identifiable<ListViaUsesKey>
Copyright © 2019 OpenDaylight. All rights reserved.