public class ParameterReact extends Object implements IParameterReact
| Constructor and Description |
|---|
ParameterReact() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
Get the value of the parameter.
|
boolean |
isSetParameter()
Get if this parameter needs to take account.
|
void |
setParameter(boolean set)
Set the parameter to take account.
|
void |
setValue(Object value)
Set the value of the parameter.
|
public void setParameter(boolean set)
setParameter in interface IParameterReactset - True, if the parameter needs to take accountpublic boolean isSetParameter()
isSetParameter in interface IParameterReactpublic void setValue(Object value)
setValue in interface IParameterReactvalue - The value of the parameterpublic Object getValue()
getValue in interface IParameterReactCopyright © 2021. All rights reserved.