Interface SubmoduleEffectiveStatement
- All Superinterfaces:
DataTreeAwareEffectiveStatement<UnresolvedQName.Unqualified,
,SubmoduleStatement> EffectiveStatement<UnresolvedQName.Unqualified,
,SubmoduleStatement> ModelStatement<UnresolvedQName.Unqualified>
,SchemaTreeAwareEffectiveStatement<UnresolvedQName.Unqualified,
SubmoduleStatement>
@Beta
public interface SubmoduleEffectiveStatement
extends DataTreeAwareEffectiveStatement<UnresolvedQName.Unqualified,SubmoduleStatement>
Representation of
submodule
statement. Note that implementations of this interface are required to provide
ModuleEffectiveStatement.PrefixToEffectiveModuleNamespace
and
ModuleEffectiveStatement.QNameModuleToPrefixNamespace
namespaces.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
DataTreeAwareEffectiveStatement.DataTreeNamespace
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
SchemaTreeAwareEffectiveStatement.SchemaTreeNamespace
-
Method Summary
Modifier and TypeMethodDescriptiondefault StatementDefinition
Statement Definition of this statement.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
findDataTreeNode, findDataTreeNode
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
effectiveSubstatements, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, get, getAll, getDeclared, statementOrigin, streamEffectiveSubstatements
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode
-
Method Details
-
statementDefinition
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<UnresolvedQName.Unqualified>
- Returns:
- definition of this statement.
-