Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema
|
org.opendaylight.yangtools.yang.model.immutable |
Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces.
|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt |
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list | |
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list |
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 |
---|---|
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.elementCountConstraint(ElementCountConstraint elementCountConstraint)
Initializes the optional value
elementCountConstraint to elementCountConstraint. |
LeafListSchemaNodeBuilder |
LeafListSchemaNodeBuilder.elementCountConstraint(ElementCountConstraint elementCountConstraint)
Initializes the optional value
elementCountConstraint to elementCountConstraint. |
Modifier and Type | Method and Description |
---|---|
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.elementCountConstraint(Optional<? extends ElementCountConstraint> elementCountConstraint)
Initializes the optional value
elementCountConstraint to elementCountConstraint. |
LeafListSchemaNodeBuilder |
LeafListSchemaNodeBuilder.elementCountConstraint(Optional<? extends ElementCountConstraint> elementCountConstraint)
Initializes the optional value
elementCountConstraint to elementCountConstraint. |
Modifier and Type | Method and Description |
---|---|
static Optional<ElementCountConstraint> |
EffectiveStmtUtils.createElementCountConstraint(EffectiveStatement<?,?> stmt) |
Modifier and Type | Method and Description |
---|---|
Optional<ElementCountConstraint> |
LeafListEffectiveStatementImpl.getElementCountConstraint() |
Modifier and Type | Method and Description |
---|---|
Optional<ElementCountConstraint> |
ListEffectiveStatementImpl.getElementCountConstraint() |
Copyright © 2019 OpenDaylight. All rights reserved.