Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema
|
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 |
---|---|
DeviateKind |
DeviateDefinition.getDeviateType() |
static DeviateKind |
DeviateKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviateKind[] |
DeviateKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeviateKind |
DeviateStatement.getValue() |
Modifier and Type | Method and Description |
---|---|
DeviateKind |
DeviateStatementImpl.getValue() |
DeviateKind |
DeviateStatementImpl.Definition.parseArgumentValue(StmtContext<?,?,?> ctx,
String value) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<DeviateKind,DeviateStatement> |
DeviateStatementImpl.Definition.createEffective(StmtContext<DeviateKind,DeviateStatement,EffectiveStatement<DeviateKind,DeviateStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
protected SubstatementValidator |
DeviateStatementImpl.Definition.getSubstatementValidatorForDeviate(DeviateKind deviateKind) |
Constructor and Description |
---|
DeviateStatementImpl(StmtContext<DeviateKind,DeviateStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
DeviateKind |
DeviateEffectiveStatementImpl.getDeviateType() |
Constructor and Description |
---|
DeviateEffectiveStatementImpl(StmtContext<DeviateKind,DeviateStatement,?> ctx) |
Modifier and Type | Method and Description |
---|---|
protected SubstatementValidator |
DeviateStatementRfc7950Support.getSubstatementValidatorForDeviate(DeviateKind deviateKind) |
Copyright © 2018 OpenDaylight. All rights reserved.