Modifier and Type | Interface and Description |
---|---|
interface |
Action<P extends TreeNode,D extends InstanceIdentifier<P>,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
The "action" statement is used to define an operation connected to a
specific container or list data node.
|
interface |
ListAction<P extends TreeNode,K extends org.opendaylight.yangtools.concepts.Identifier,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
ListAction provides support for YANG actions defined under List statement.
|
interface |
Output<T extends Output<T>> |
interface |
Rpc<I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
The "rpc" statement is used to define an RPC operation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GetTopOutput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
PutTopOutput
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
InContOutput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
InCont2Output
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
InListOutput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Modifier and Type | Interface and Description |
---|---|
interface |
MyRpcOutput
This class represents the following YANG schema fragment defined in module test-operation-service
|
Copyright © 2019 OpenDaylight. All rights reserved.