public abstract class BaseParametrizedOperation extends Object implements ParametrizedOperation
ParametrizedOperation.ValueType| Constructor and Description |
|---|
BaseParametrizedOperation() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getParam(String name)
Obtains the parameter using the appropriate getter method (if present).
|
boolean |
setParam(String name,
Object value)
Sets the parameter using the appropriate setter method (if present).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParamNames, getParamTypespublic boolean setParam(String name, Object value)
setParam in interface ParametrizedOperationname - parameter namevalue - parameter valuepublic Object getParam(String name)
getParam in interface ParametrizedOperationname - the parameter namenull for unknown parameterCopyright © 2015. All rights reserved.