public interface Submodule extends ChildOf<Module>, Augmentable<Submodule>, SchemaLeaf, CommonLeafs, Identifiable<SubmoduleKey>
This class represents the following YANG schema fragment defined in module ietf-yang-library
list submodule { key "name revision"; uses common-leafs; uses schema-leaf; }The schema path to identify an instance is ietf-yang-library/module-list/module/submodule
To create instances of this class use SubmoduleBuilder
.
SubmoduleBuilder
,
SubmoduleKey
CommonLeafs.Revision
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
SubmoduleKey |
key()
Returns an unique key for the object.
|
augmentation
getSchema
getName, getRevision
getImplementedInterface
SubmoduleKey key()
Identifiable
key
in interface Identifiable<SubmoduleKey>
Copyright © 2019 OpenDaylight. All rights reserved.