Returns the parameter name. @return the name of this parameter
()
| 82 | * @return the name of this parameter |
| 83 | */ |
| 84 | @Override |
| 85 | public String getName() { |
| 86 | return name; |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * Returns the type of this parameter. |
no outgoing calls
no test coverage detected