Interface FeatureNamespace
-
- All Superinterfaces:
IdentifierNamespace<QName,StmtContext<?,FeatureStatement,FeatureEffectiveStatement>>
,StatementNamespace<QName,FeatureStatement,FeatureEffectiveStatement>
public interface FeatureNamespace extends StatementNamespace<QName,FeatureStatement,FeatureEffectiveStatement>
Feature namespace. All feature names defined in a module and its submodules share the same feature identifier namespace. Each feature is identified by a QName formed from the defining module's QNameModule and the feature 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<?,FeatureStatement,FeatureEffectiveStatement>,@NonNull FeatureNamespace>
BEHAVIOUR
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace
get
-
-
-
-
Field Detail
-
BEHAVIOUR
static final NamespaceBehaviour<QName,StmtContext<?,FeatureStatement,FeatureEffectiveStatement>,@NonNull FeatureNamespace> BEHAVIOUR
-
-