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/modules-state/common-leafs
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.