public interface InputParamController
Lets controlling an input parameter of a UWS job.
Modifier and Type | Method and Description |
---|---|
boolean |
allowModification()
Tells whether the controlled parameter may be modified after initialization.
|
java.lang.Object |
check(java.lang.Object value)
Checks the value of the controlled parameter and builds a new object from this value.
|
java.lang.Object |
getDefault()
Returns the default value of the controlled parameter.
|
java.lang.Object getDefault()
java.lang.Object check(java.lang.Object value) throws UWSException
Checks the value of the controlled parameter and builds a new object from this value.
value
- Parameter value to check.UWSException
- If the given value is strongly incorrect.boolean allowModification()