public interface SchemaLeaf extends DataObject
This class represents the following YANG schema fragment defined in module ietf-yang-library
grouping schema-leaf { leaf schema { type inet:uri; } }The schema path to identify an instance is ietf-yang-library/module-list/schema-leaf
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Uri |
getSchema()
Contains a URL that represents the YANG schemaresource for this module or
submodule.This leaf will only be present if there is a URLavailable for
retrieval of the schema for this entry.
|
getImplementedInterface
@Nullable Uri getSchema()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
schema
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.