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
All Methods Instance Methods Default Methods Modifier and Type Method Description default StatementDefinition
statementDefinition()
Statement Definition of this statement.-
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
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
findSchemaTreeNode
-
-
-
-
Method Detail
-
statementDefinition
default StatementDefinition statementDefinition()
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<String>
- Returns:
- definition of this statement.
-
-