IntegerToolParameterType

该接口表示整数类型的工具参数,继承自 ToolParameterType 接口。

当工具需要处理整数型数据时,可使用此接口来描述参数的类型信息。

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard
abstract fun getName(): String

获取参数类型的名称。