Interface RpcDefinition

All Superinterfaces:
DocumentedNode, DocumentedNode.WithStatus, EffectiveStatementEquivalent<RpcEffectiveStatement>, OperationDefinition, SchemaNode
All Known Implementing Classes:
RpcEffectiveStatementImpl

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.