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.model.util |
Utility classes and implementations for concepts defined in yang-model-api.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyConstraintDefinition
Utility holder for constraint definitions which do not really constrain anything.
|
Modifier and Type | Method and Description |
---|---|
ConstraintDefinition |
RpcAsContainer.getConstraints() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ConstraintDefinitions.equals(ConstraintDefinition def,
Object obj) |
static int |
ConstraintDefinitions.hashCode(ConstraintDefinition def) |
static String |
ConstraintDefinitions.toString(ConstraintDefinition def) |
Modifier and Type | Method and Description |
---|---|
default ConstraintDefinition |
NotificationDefinition.getConstraints()
All implementations should override this method.
|
ConstraintDefinition |
DataSchemaNode.getConstraints()
Returns the constraints associated with Data Schema Node
|
Modifier and Type | Method and Description |
---|---|
LeafSchemaNodeBuilder |
LeafSchemaNodeBuilder.constraints(ConstraintDefinition constraints)
Initializes the value for the
constraints attribute. |
LeafListSchemaNodeBuilder |
LeafListSchemaNodeBuilder.constraints(ConstraintDefinition constraints)
Initializes the value for the
constraints attribute. |
AnyXmlSchemaNodeBuilder |
AnyXmlSchemaNodeBuilder.constraints(ConstraintDefinition constraints)
Initializes the value for the
constraints attribute. |
AnyDataSchemaNodeBuilder |
AnyDataSchemaNodeBuilder.constraints(ConstraintDefinition constraints)
Initializes the value for the
constraints attribute. |
ChoiceCaseNodeBuilder |
ChoiceCaseNodeBuilder.constraints(ConstraintDefinition constraints)
Initializes the value for the
constraints attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.constraints(ConstraintDefinition constraints)
Initializes the value for the
constraints attribute. |
SchemaContextBuilder |
SchemaContextBuilder.constraints(ConstraintDefinition constraints)
Initializes the value for the
constraints attribute. |
ContainerSchemaNodeBuilder |
ContainerSchemaNodeBuilder.constraints(ConstraintDefinition constraints)
Initializes the value for the
constraints attribute. |
Modifier and Type | Method and Description |
---|---|
ConstraintDefinition |
AbstractSchemaContext.getConstraints() |
Modifier and Type | Method and Description |
---|---|
ConstraintDefinition |
NotificationEffectiveStatementImpl.getConstraints() |
ConstraintDefinition |
AbstractEffectiveDataSchemaNode.getConstraints() |
Copyright © 2018 OpenDaylight. All rights reserved.