Interface FeatureNamespace
- All Superinterfaces:
ParserNamespace<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.TreeScoped<K,
D extends DeclaredStatement<?>, E extends EffectiveStatement<?, D>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NamespaceBehaviour<QName,
StmtContext<?, FeatureStatement, FeatureEffectiveStatement>, @NonNull FeatureNamespace>
-
Field Details
-
BEHAVIOUR
static final NamespaceBehaviour<QName,StmtContext<?, BEHAVIOURFeatureStatement, FeatureEffectiveStatement>, @NonNull FeatureNamespace>
-