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.type | |
org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type |
Modifier and Type | Interface and Description |
---|---|
interface |
MustDefinition
Contains methods for accessing constraint declaration for valid data in form
of XPath expressions.
YANG example: must "ifType != 'ethernet' or (ifType = 'ethernet' and ifMTU = 1500)";
|
Modifier and Type | Interface and Description |
---|---|
interface |
LengthConstraint
The Lenght Constraint value consists of an explicit value, or a lower bound
returned by
LengthConstraint.getMin() and an upper bound returned by
LengthConstraint.getMax() . |
interface |
PatternConstraint
Contains the method for getting the data from the YANG
pattern
which is substatement of type statement. |
interface |
RangeConstraint
The Range Constraint interface is used to restrict integer and decimal
built-in types, or types derived from those.
|
Modifier and Type | Class and Description |
---|---|
class |
MustEffectiveStatementImpl |
Modifier and Type | Class and Description |
---|---|
class |
LengthConstraintEffectiveImpl |
class |
PatternConstraintEffectiveImpl |
class |
RangeConstraintEffectiveImpl |
Copyright © 2018 OpenDaylight. All rights reserved.