name 属性

String name
final

POSIX 标准化的信号名称,例如,对于 ProcessSignal.name,对应于 ProcessSignal.sighup 的将是 "SIGHUP"。

实现

final String name;