Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema.
|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt |
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
|
Modifier and Type | Method and Description |
---|---|
static @NonNull ElementCountConstraint |
ElementCountConstraint.atLeast(int minElements) |
static @NonNull ElementCountConstraint |
ElementCountConstraint.atMost(int maxElements) |
static @NonNull ElementCountConstraint |
ElementCountConstraint.inRange(int minElements,
int maxElements) |
Modifier and Type | Method and Description |
---|---|
Optional<ElementCountConstraint> |
ElementCountConstraintAware.getElementCountConstraint()
Return the constraint on the number of child nodes.
|
Modifier and Type | Method and Description |
---|---|
static Optional<ElementCountConstraint> |
EffectiveStmtUtils.createElementCountConstraint(EffectiveStatement<?,?> stmt) |
static Optional<ElementCountConstraint> |
EffectiveStmtUtils.createElementCountConstraint(ImmutableList<? extends EffectiveStatement<?,?>> substatements) |
Copyright © 2020 OpenDaylight. All rights reserved.