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.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc7950 |
Contains implementation of statement supports for Rfc7950 statements
and implementation of declared statements specific to Rfc7950.
|
Modifier and Type | Method and Description |
---|---|
ConfigStatement |
RefineStatement.RefineContainerStatement.getConfig() |
ConfigStatement |
RefineStatement.RefineLeafStatement.getConfig() |
ConfigStatement |
AnyxmlStatement.getConfig() |
ConfigStatement |
ListStatement.getConfig() |
ConfigStatement |
ChoiceStatement.getConfig() |
ConfigStatement |
LeafStatement.getConfig() |
ConfigStatement |
AnydataStatement.getConfig() |
ConfigStatement |
ContainerStatement.getConfig() |
ConfigStatement |
LeafListStatement.getConfig() |
Modifier and Type | Class and Description |
---|---|
class |
ConfigStatementImpl |
Modifier and Type | Method and Description |
---|---|
ConfigStatement |
ConfigStatementImpl.Definition.createDeclared(StmtContext<Boolean,ConfigStatement,?> ctx) |
ConfigStatement |
AnyxmlStatementImpl.getConfig() |
ConfigStatement |
LeafStatementImpl.getConfig() |
ConfigStatement |
ListStatementImpl.getConfig() |
ConfigStatement |
ContainerStatementImpl.getConfig() |
ConfigStatement |
ChoiceStatementImpl.getConfig() |
ConfigStatement |
LeafListStatementImpl.getConfig() |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<Boolean,ConfigStatement> |
ConfigStatementImpl.Definition.createEffective(StmtContext<Boolean,ConfigStatement,EffectiveStatement<Boolean,ConfigStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
ConfigStatement |
ConfigStatementImpl.Definition.createDeclared(StmtContext<Boolean,ConfigStatement,?> ctx) |
EffectiveStatement<Boolean,ConfigStatement> |
ConfigStatementImpl.Definition.createEffective(StmtContext<Boolean,ConfigStatement,EffectiveStatement<Boolean,ConfigStatement>> ctx) |
EffectiveStatement<Boolean,ConfigStatement> |
ConfigStatementImpl.Definition.createEffective(StmtContext<Boolean,ConfigStatement,EffectiveStatement<Boolean,ConfigStatement>> ctx) |
Constructor and Description |
---|
ConfigStatementImpl(StmtContext<Boolean,ConfigStatement,?> context) |
Constructor and Description |
---|
ConfigEffectiveStatementImpl(StmtContext<Boolean,ConfigStatement,?> ctx) |
Modifier and Type | Method and Description |
---|---|
ConfigStatement |
AnydataStatementImpl.getConfig() |
Copyright © 2018 OpenDaylight. All rights reserved.