Returns the display name of this parameter. By default, this returns the #getASCIIName() ASCII name of the parameter. If one exists, a name using Unicode characters may be returned instead. @return the name of this parameter
()
| 129 | * @return the name of this parameter |
| 130 | */ |
| 131 | public String getName() |
| 132 | { |
| 133 | return getASCIIName(); |
| 134 | } |
| 135 | |
| 136 | @Override |
| 137 | public String toString() |
no test coverage detected