Get the default value for this parameter. If the value is currently null it will try and calculate a value. @see #calculateDefaultValue()
()
| 343 | * @see #calculateDefaultValue() |
| 344 | */ |
| 345 | public Object getDefaultValue() throws ParameterException { |
| 346 | return calculateDefaultValue(); |
| 347 | } // getDefaultValue |
| 348 | |
| 349 | /** Default value string (unprocessed, from the metadata) |
| 350 | * for the parameter |