Return the String representation of this object.
()
| 209 | * Return the String representation of this object. |
| 210 | */ |
| 211 | public String toString() { |
| 212 | return getBaseType() + parameters.toString(); |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * Return a String representation of this object |
no test coverage detected