Interface Procedure
- All Known Subinterfaces:
BoundProcedure,UnboundProcedure
@Evolving
public interface Procedure
A base interface for all procedures.
- Since:
- 4.0.0
-
Method Details
-
name
String name()Returns the name of this procedure. -
description
Returns the description of this procedure.
-