public interface CommonLeafs extends DataObject
This class represents the following YANG schema fragment defined in module ietf-yang-library
grouping common-leafs { leaf name { type yang:yang-identifier; } leaf revision { type union { type revision-identifier; type string { length 0; } } } }The schema path to identify an instance is ietf-yang-library/module-list/common-leafs
Modifier and Type | Interface and Description |
---|---|
static class |
CommonLeafs.Revision |
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable YangIdentifier |
getName()
The YANG module or submodule name.
|
@Nullable CommonLeafs.Revision |
getRevision()
The YANG module or submodule revision date.A zero-length string is used if no
revision statementis present in the YANG module or submodule.
|
getImplementedInterface
@Nullable YangIdentifier getName()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.YangIdentifier
name
, or null
if not present@Nullable CommonLeafs.Revision getRevision()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library.rev160621.module.list.CommonLeafs.Revision
revision
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.