Interface InvokableRuntimeType
- All Superinterfaces:
CompositeRuntimeType,GeneratedRuntimeType,Identifiable<org.opendaylight.yangtools.binding.model.api.JavaTypeName>,Immutable,RuntimeType,RuntimeTypeContainer
- All Known Subinterfaces:
ActionRuntimeType,RpcRuntimeType
Common interface for run-time types associated with invokable operations, such as those defined by
action and
rpc statements.-
Method Summary
Modifier and TypeMethodDescription@NonNull InputRuntimeTypeinput()Return the run-time type for this action's input.@NonNull OutputRuntimeTypeoutput()Return the run-time type for this action's output.Methods inherited from interface org.opendaylight.yangtools.binding.runtime.api.GeneratedRuntimeType
getIdentifier, javaTypeMethods inherited from interface org.opendaylight.yangtools.binding.runtime.api.RuntimeType
statementMethods inherited from interface org.opendaylight.yangtools.binding.runtime.api.RuntimeTypeContainer
bindingChild, bindingChild, schemaTreeChild
-
Method Details
-
input
@NonNull InputRuntimeType input()Return the run-time type for this action's input.- Returns:
- Input run-time type
-
output
@NonNull OutputRuntimeType output()Return the run-time type for this action's output.- Returns:
- Output run-time type
-