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.rfc7950.stmt.deviate |
Modifier and Type | Method and Description |
---|---|
DeviateKind |
DeviateDefinition.getDeviateType()
Return deviation kind.
|
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 |
---|---|
default @NonNull DeviateKind |
DeviateStatement.getValue() |
Modifier and Type | Method and Description |
---|---|
protected SubstatementValidator |
DeviateStatementRFC7950Support.getSubstatementValidatorForDeviate(DeviateKind deviateKind) |
Copyright © 2019 OpenDaylight. All rights reserved.