Interface GroupingNamespace
- All Superinterfaces:
ParserNamespace<QName,
,StmtContext<?, GroupingStatement, GroupingEffectiveStatement>> StatementNamespace<QName,
,GroupingStatement, GroupingEffectiveStatement> StatementNamespace.TreeScoped<QName,
GroupingStatement, GroupingEffectiveStatement>
public interface GroupingNamespace
extends StatementNamespace.TreeScoped<QName,GroupingStatement,GroupingEffectiveStatement>
Grouping namespace. * All grouping names defined within a parent node or at the top level of the module
or its submodules share the same grouping identifier namespace. This namespace is scoped to all
descendant nodes of the parent node or module.
This means that any descendant node may use that grouping, and it MUST NOT define a grouping with the same name.
-
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
FieldsModifier and TypeFieldDescriptionstatic final NamespaceBehaviour<QName,
StmtContext<?, GroupingStatement, GroupingEffectiveStatement>, @NonNull GroupingNamespace>
-
Field Details
-
BEHAVIOUR
static final NamespaceBehaviour<QName,StmtContext<?, BEHAVIOURGroupingStatement, GroupingEffectiveStatement>, @NonNull GroupingNamespace>
-