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.rfc7950.stmt |
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container | |
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list |
Modifier and Type | Method and Description |
---|---|
Set<ActionDefinition> |
OperationAsContainer.getActions() |
Modifier and Type | Method and Description |
---|---|
default Set<ActionDefinition> |
SchemaContext.getActions() |
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
ActionDefinitionBuilder.build()
Builds a new
ActionDefinition . |
Modifier and Type | Method and Description |
---|---|
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addActions(ActionDefinition... elements)
Adds elements to
actions set. |
ContainerSchemaNodeBuilder |
ContainerSchemaNodeBuilder.addActions(ActionDefinition... elements)
Adds elements to
actions set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addActions(ActionDefinition element)
Adds one element to
actions set. |
ContainerSchemaNodeBuilder |
ContainerSchemaNodeBuilder.addActions(ActionDefinition element)
Adds one element to
actions set. |
Modifier and Type | Method and Description |
---|---|
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAllActions(Iterable<? extends ActionDefinition> elements)
Adds elements to
actions set. |
ContainerSchemaNodeBuilder |
ContainerSchemaNodeBuilder.addAllActions(Iterable<? extends ActionDefinition> elements)
Adds elements to
actions set. |
Modifier and Type | Method and Description |
---|---|
Set<ActionDefinition> |
EffectiveAugmentationSchema.getActions() |
Modifier and Type | Method and Description |
---|---|
Set<ActionDefinition> |
AbstractEffectiveOperationContainerSchemaNode.getActions() |
Modifier and Type | Method and Description |
---|---|
Set<ActionDefinition> |
ContainerEffectiveStatementImpl.getActions() |
Modifier and Type | Method and Description |
---|---|
Set<ActionDefinition> |
ListEffectiveStatementImpl.getActions() |
Copyright © 2019 OpenDaylight. All rights reserved.