All Superinterfaces:
CompositeRuntimeType, GeneratedRuntimeType, Identifiable<org.opendaylight.yangtools.binding.model.api.JavaTypeName>, Immutable, RuntimeType, RuntimeTypeContainer
All Known Subinterfaces:
ActionRuntimeType, RpcRuntimeType

public interface InvokableRuntimeType extends CompositeRuntimeType
Common interface for run-time types associated with invokable operations, such as those defined by action and rpc statements.
  • 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