Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api.stmt | |
org.opendaylight.yangtools.yang.parser.stmt.rfc6020 |
Contains implementation of statement supports for Rfc6020 statements and
implementation of declared statements.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
Modifier and Type | Method and Description |
---|---|
OrganizationStatement |
MetaGroup.getOrganization() |
Modifier and Type | Class and Description |
---|---|
class |
OrganizationStatementImpl |
Modifier and Type | Method and Description |
---|---|
OrganizationStatement |
OrganizationStatementImpl.Definition.createDeclared(StmtContext<String,OrganizationStatement,?> ctx) |
OrganizationStatement |
AbstractRootStatement.getOrganization() |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<String,OrganizationStatement> |
OrganizationStatementImpl.Definition.createEffective(StmtContext<String,OrganizationStatement,EffectiveStatement<String,OrganizationStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
OrganizationStatement |
OrganizationStatementImpl.Definition.createDeclared(StmtContext<String,OrganizationStatement,?> ctx) |
EffectiveStatement<String,OrganizationStatement> |
OrganizationStatementImpl.Definition.createEffective(StmtContext<String,OrganizationStatement,EffectiveStatement<String,OrganizationStatement>> ctx) |
EffectiveStatement<String,OrganizationStatement> |
OrganizationStatementImpl.Definition.createEffective(StmtContext<String,OrganizationStatement,EffectiveStatement<String,OrganizationStatement>> ctx) |
Constructor and Description |
---|
OrganizationStatementImpl(StmtContext<String,OrganizationStatement,?> context) |
Constructor and Description |
---|
OrganizationEffectiveStatementImpl(StmtContext<String,OrganizationStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.