public class ExperimentParameter extends java.lang.Object implements MutableAccessPoint
Constructor and Description |
---|
ExperimentParameter(java.lang.String name,
java.lang.Object value)
constructs a new experiment parameter
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
returns the name
|
java.lang.Object |
getValue()
returns the value
|
void |
setValue(java.lang.Object val)
sets the value to o if o is of the correct type
|
public ExperimentParameter(java.lang.String name, java.lang.Object value)
public java.lang.String getName()
getName
in interface AccessPoint
public java.lang.Object getValue()
getValue
in interface AccessPoint
public void setValue(java.lang.Object val)
setValue
in interface MutableAccessPoint
val
- the new value