Interface ActionStatement
-
- All Superinterfaces:
DeclaredStatement<QName>
,DocumentedDeclaredStatement<QName>
,DocumentedDeclaredStatement.WithStatus<QName>
,IfFeatureAwareDeclaredStatement<QName>
,ModelStatement<QName>
,OperationDeclaredStatement
- All Known Implementing Classes:
EmptyActionStatement
,RefActionStatement
,RegularActionStatement
@Beta public interface ActionStatement extends OperationDeclaredStatement
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.stmt.DocumentedDeclaredStatement
DocumentedDeclaredStatement.WithStatus<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StatementDefinition
statementDefinition()
Statement Definition of this statement.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
declarationReference, declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
getDescription, getReference
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement.WithStatus
getStatus
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureAwareDeclaredStatement
getIfFeatures
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, statementOrigin
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.OperationDeclaredStatement
getGroupings, getInput, getOutput, getTypedefs
-
-
-
-
Method Detail
-
statementDefinition
default StatementDefinition statementDefinition()
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<QName>
- Returns:
- definition of this statement.
-
-