Uses of Interface
org.opendaylight.yangtools.yang.model.api.ExtensionDefinition
Packages that use ExtensionDefinition
Package
Description
Definition of structures and DOM like API of effected YANG schema.
Various base classes for implementing YANG model constructs..
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
-
Uses of ExtensionDefinition in org.opendaylight.yangtools.yang.model.api
Methods in org.opendaylight.yangtools.yang.model.api that return types with arguments of type ExtensionDefinitionModifier and TypeMethodDescription@NonNull Collection
<? extends ExtensionDefinition> SchemaContext.getExtensions()
Returns extension definition instances which are defined as the direct subelements in all YANG modules in the context.Collection
<? extends @NonNull ExtensionDefinition> ModuleLike.getExtensionSchemaNodes()
ReturnsExtensionDefinition
instances which contain data fromextension
statements defined in the module. -
Uses of ExtensionDefinition in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement ExtensionDefinition -
Uses of ExtensionDefinition in org.opendaylight.yangtools.yang.model.spi
Methods in org.opendaylight.yangtools.yang.model.spi that return types with arguments of type ExtensionDefinitionModifier and TypeMethodDescriptionCollection
<? extends ExtensionDefinition> AbstractSchemaContext.getExtensions()
-
Uses of ExtensionDefinition in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Methods in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that return types with arguments of type ExtensionDefinitionModifier and TypeMethodDescriptionCollection
<? extends @NonNull ExtensionDefinition> AbstractEffectiveModule.getExtensionSchemaNodes()