All Known Subinterfaces:
BoundProcedure, UnboundProcedure

@Evolving public interface Procedure
A base interface for all procedures.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns the description of this procedure.
    Returns the name of this procedure.
  • Method Details

    • name

      String name()
      Returns the name of this procedure.
    • description

      default String description()
      Returns the description of this procedure.