Interface GroupingNamespace
-
- All Superinterfaces:
IdentifierNamespace<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.TreeBased<K,D extends DeclaredStatement<?>,E extends EffectiveStatement<?,D>>, StatementNamespace.TreeScoped<K,D extends DeclaredStatement<?>,E extends EffectiveStatement<?,D>>
-
-
Field Summary
Fields Modifier and Type Field Description static NamespaceBehaviour<QName,StmtContext<?,GroupingStatement,GroupingEffectiveStatement>,@NonNull GroupingNamespace>
BEHAVIOUR
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace
get
-
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace.TreeScoped
getParentContext
-
-
-
-
Field Detail
-
BEHAVIOUR
static final NamespaceBehaviour<QName,StmtContext<?,GroupingStatement,GroupingEffectiveStatement>,@NonNull GroupingNamespace> BEHAVIOUR
-
-