Interface RpcDefinition
- All Superinterfaces:
DocumentedNode
,DocumentedNode.WithStatus
,EffectiveStatementEquivalent<RpcEffectiveStatement>
,OperationDefinition
,SchemaNode
- All Known Implementing Classes:
RpcEffectiveStatementImpl
public interface RpcDefinition
extends OperationDefinition, EffectiveStatementEquivalent<RpcEffectiveStatement>
Interface describing YANG 'rpc' statement. The rpc statement defines an rpc node in the schema tree. Under the rpc
node, a schema node with the name 'input', and a schema node with the name 'output' are also defined.
-
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.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
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaNode
getQName