Interface ActionDefinition
- All Superinterfaces:
AddedByUsesAware
,CopyableNode
,DocumentedNode
,DocumentedNode.WithStatus
,EffectiveStatementEquivalent<ActionEffectiveStatement>
,OperationDefinition
,SchemaNode
- All Known Implementing Classes:
ActionEffectiveStatementImpl
public interface ActionDefinition
extends OperationDefinition, CopyableNode, EffectiveStatementEquivalent<ActionEffectiveStatement>
Represents YANG
action
statement.
The "action" statement is used to define an operation connected to a specific container or list data node. It takes one argument, which is an identifier, followed by a block of substatements that holds detailed action information. The argument is the name of the action.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
DocumentedNode.WithStatus
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
isAddedByUses
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.CopyableNode
isAugmenting
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodes
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus
getStatus
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.EffectiveStatementEquivalent
asEffectiveStatement
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.OperationDefinition
getGroupings, getInput, getOutput, getTypeDefinitions, toContainerLike
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaNode
getQName