Uses of Interface
org.opendaylight.yangtools.yang.model.api.ExtensionDefinition
-
Packages that use ExtensionDefinition Package Description org.opendaylight.yangtools.yang.model.api Definition of structures and DOM like API of effected YANG schema.org.opendaylight.yangtools.yang.model.util Utility classes and implementations for concepts defined in yang-model-api.org.opendaylight.yangtools.yang.parser.rfc7950.stmt 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 ExtensionDefinition Modifier and Type Method Description ExtensionDefinition
UnknownSchemaNode. getExtensionDefinition()
Get extension definition which identifies this node.Methods in org.opendaylight.yangtools.yang.model.api that return types with arguments of type ExtensionDefinition Modifier and Type Method Description 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 ExtensionDefinition>
Module. getExtensionSchemaNodes()
ReturnsExtensionDefinition
instances which contain data fromextension
statements defined in the module. -
Uses of ExtensionDefinition in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util that return types with arguments of type ExtensionDefinition Modifier and Type Method Description Collection<? 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 ExtensionDefinition Modifier and Type Method Description ExtensionDefinition
UnknownEffectiveStatementBase. getExtensionDefinition()
Methods in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that return types with arguments of type ExtensionDefinition Modifier and Type Method Description Collection<? extends ExtensionDefinition>
AbstractEffectiveModule. getExtensionSchemaNodes()
-