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 |
---|---|
MandatoryStatement |
AnyxmlStatement.getMandatory() |
MandatoryStatement |
ChoiceStatement.getMandatory() |
MandatoryStatement |
LeafStatement.getMandatory() |
MandatoryStatement |
AnydataStatement.getMandatory() |
Modifier and Type | Class and Description |
---|---|
class |
MandatoryStatementImpl |
Modifier and Type | Method and Description |
---|---|
MandatoryStatement |
MandatoryStatementImpl.Definition.createDeclared(StmtContext<Boolean,MandatoryStatement,?> ctx) |
MandatoryStatement |
AnyxmlStatementImpl.getMandatory() |
MandatoryStatement |
LeafStatementImpl.getMandatory() |
MandatoryStatement |
ChoiceStatementImpl.getMandatory() |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<Boolean,MandatoryStatement> |
MandatoryStatementImpl.Definition.createEffective(StmtContext<Boolean,MandatoryStatement,EffectiveStatement<Boolean,MandatoryStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
MandatoryStatement |
MandatoryStatementImpl.Definition.createDeclared(StmtContext<Boolean,MandatoryStatement,?> ctx) |
EffectiveStatement<Boolean,MandatoryStatement> |
MandatoryStatementImpl.Definition.createEffective(StmtContext<Boolean,MandatoryStatement,EffectiveStatement<Boolean,MandatoryStatement>> ctx) |
EffectiveStatement<Boolean,MandatoryStatement> |
MandatoryStatementImpl.Definition.createEffective(StmtContext<Boolean,MandatoryStatement,EffectiveStatement<Boolean,MandatoryStatement>> ctx) |
Constructor and Description |
---|
MandatoryStatementImpl(StmtContext<Boolean,MandatoryStatement,?> context) |
Constructor and Description |
---|
MandatoryEffectiveStatementImpl(StmtContext<Boolean,MandatoryStatement,?> ctx) |
Modifier and Type | Method and Description |
---|---|
MandatoryStatement |
AnydataStatementImpl.getMandatory() |
Copyright © 2018 OpenDaylight. All rights reserved.