Interface BelongsToModuleContext
-
- All Superinterfaces:
IdentifierNamespace<SourceIdentifier,StmtContext<?,?,?>>
,ImportedNamespaceContext<SourceIdentifier>
public interface BelongsToModuleContext extends ImportedNamespaceContext<SourceIdentifier>
Namespace key class for storing belongs-to statements in YANG model storage.
-
-
Field Summary
Fields Modifier and Type Field Description static NamespaceBehaviour<SourceIdentifier,StmtContext<?,?,?>,@NonNull BelongsToModuleContext>
BEHAVIOUR
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace
get
-
-
-
-
Field Detail
-
BEHAVIOUR
static final NamespaceBehaviour<SourceIdentifier,StmtContext<?,?,?>,@NonNull BelongsToModuleContext> BEHAVIOUR
-
-