Interface SubmoduleEffectiveStatement
-
- All Superinterfaces:
DataTreeAwareEffectiveStatement<String,SubmoduleStatement>
,EffectiveStatement<String,SubmoduleStatement>
,ModelStatement<String>
,SchemaTreeAwareEffectiveStatement<String,SubmoduleStatement>
@Beta public interface SubmoduleEffectiveStatement extends DataTreeAwareEffectiveStatement<String,SubmoduleStatement>
Representation ofsubmodule
statement. Note that implementations of this interface are required to provideModuleEffectiveStatement.PrefixToEffectiveModuleNamespace
andModuleEffectiveStatement.QNameModuleToPrefixNamespace
namespaces.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
DataTreeAwareEffectiveStatement.Namespace<T extends DataTreeEffectiveStatement<?>>
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
findDataTreeNode
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
effectiveSubstatements, findAll, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, get, getAll, getDeclared, streamEffectiveSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, getStatementSource, statementDefinition
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
findSchemaTreeNode
-
-