Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.util | |
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.anyxml | |
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf | |
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list | |
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list |
Modifier and Type | Method and Description |
---|---|
Collection<MustDefinition> |
OperationAsContainer.getMustConstraints() |
Modifier and Type | Method and Description |
---|---|
Set<MustDefinition> |
DeviateDefinition.getDeviatedMusts()
Returns deviated must statements.
|
Collection<MustDefinition> |
MustConstraintAware.getMustConstraints()
Specifies the rules which the node which contains
must YANG substatement has to match. |
default Collection<MustDefinition> |
SchemaContext.getMustConstraints() |
Modifier and Type | Method and Description |
---|---|
NotificationDefinitionBuilder |
NotificationDefinitionBuilder.mustConstraints(Collection<MustDefinition> mustConstraints)
Initializes the value for the
mustConstraints attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.mustConstraints(Collection<MustDefinition> mustConstraints)
Initializes the value for the
mustConstraints attribute. |
ContainerSchemaNodeBuilder |
ContainerSchemaNodeBuilder.mustConstraints(Collection<MustDefinition> mustConstraints)
Initializes the value for the
mustConstraints attribute. |
LeafSchemaNodeBuilder |
LeafSchemaNodeBuilder.mustConstraints(Collection<MustDefinition> mustConstraints)
Initializes the value for the
mustConstraints attribute. |
LeafListSchemaNodeBuilder |
LeafListSchemaNodeBuilder.mustConstraints(Collection<MustDefinition> mustConstraints)
Initializes the value for the
mustConstraints attribute. |
AnyXmlSchemaNodeBuilder |
AnyXmlSchemaNodeBuilder.mustConstraints(Collection<MustDefinition> mustConstraints)
Initializes the value for the
mustConstraints attribute. |
AnyDataSchemaNodeBuilder |
AnyDataSchemaNodeBuilder.mustConstraints(Collection<MustDefinition> mustConstraints)
Initializes the value for the
mustConstraints attribute. |
Modifier and Type | Method and Description |
---|---|
Collection<MustDefinition> |
AbstractEffectiveContainerSchemaNode.getMustConstraints() |
Modifier and Type | Method and Description |
---|---|
Collection<MustDefinition> |
AnyxmlEffectiveStatementImpl.getMustConstraints() |
Modifier and Type | Method and Description |
---|---|
Collection<MustDefinition> |
LeafEffectiveStatementImpl.getMustConstraints() |
Modifier and Type | Method and Description |
---|---|
Collection<MustDefinition> |
LeafListEffectiveStatementImpl.getMustConstraints() |
Modifier and Type | Method and Description |
---|---|
Collection<MustDefinition> |
ListEffectiveStatementImpl.getMustConstraints() |
Copyright © 2019 OpenDaylight. All rights reserved.