Interface SemanticVersionModuleNamespace
-
- All Superinterfaces:
ParserNamespace<SemVerSourceIdentifier,StmtContext<?,ModuleStatement,ModuleEffectiveStatement>>
,StatementNamespace<SemVerSourceIdentifier,ModuleStatement,ModuleEffectiveStatement>
@Beta @Deprecated(since="7.0.11", forRemoval=true) public interface SemanticVersionModuleNamespace extends StatementNamespace<SemVerSourceIdentifier,ModuleStatement,ModuleEffectiveStatement>
Deprecated, for removal: This API element is subject to removal in a future version.Namespace class for storing Maps of all modules with the same name. This namespace is used only in case the semantic versioning is enabled, otherwise it is empty.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace
StatementNamespace.TreeScoped<K,D extends DeclaredStatement<?>,E extends EffectiveStatement<?,D>>
-
-
Field Summary
Fields Modifier and Type Field Description static NamespaceBehaviour<SemVerSourceIdentifier,StmtContext<?,ModuleStatement,ModuleEffectiveStatement>,@NonNull SemanticVersionModuleNamespace>
BEHAVIOUR
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
BEHAVIOUR
static final NamespaceBehaviour<SemVerSourceIdentifier,StmtContext<?,ModuleStatement,ModuleEffectiveStatement>,@NonNull SemanticVersionModuleNamespace> BEHAVIOUR
Deprecated, for removal: This API element is subject to removal in a future version.
-
-