public interface TypeNamespace extends StatementNamespace.TreeScoped<org.opendaylight.yangtools.yang.common.QName,org.opendaylight.yangtools.yang.model.api.stmt.TypedefStatement,org.opendaylight.yangtools.yang.model.api.stmt.TypedefEffectiveStatement>
This namespace is scoped to all descendant nodes of the parent node or module. This means that any descendant node may use that typedef, and it MUST NOT define a typedef with the same name.
This namespace includes all type definitions implied by the language in which the current statement resides (e.g. RFC6020/RFC7950 for YANG 1.0/1.1).
StatementNamespace.TreeBased<K,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<?>,E extends org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement<?,D>>, StatementNamespace.TreeScoped<K,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<?>,E extends org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement<?,D>>| Modifier and Type | Field and Description |
|---|---|
static NamespaceBehaviour<org.opendaylight.yangtools.yang.common.QName,StmtContext<?,org.opendaylight.yangtools.yang.model.api.stmt.TypedefStatement,org.opendaylight.yangtools.yang.model.api.stmt.TypedefEffectiveStatement>,TypeNamespace> |
BEHAVIOUR |
getParentContextgetstatic final NamespaceBehaviour<org.opendaylight.yangtools.yang.common.QName,StmtContext<?,org.opendaylight.yangtools.yang.model.api.stmt.TypedefStatement,org.opendaylight.yangtools.yang.model.api.stmt.TypedefEffectiveStatement>,TypeNamespace> BEHAVIOUR
Copyright © 2019 OpenDaylight. All rights reserved.