Interface ActionDefinition

All Superinterfaces:
AddedByUsesAware, CopyableNode, DocumentedNode, DocumentedNode.WithStatus, EffectiveStatementEquivalent<ActionEffectiveStatement>, OperationDefinition, SchemaNode
All Known Implementing Classes:
ActionEffectiveStatementImpl

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.