@TestClass(value="org.openscience.cdk.renderer.generators.parameter.AbstractGeneratorParameterTest") public abstract class AbstractGeneratorParameter<T> extends Object implements IGeneratorParameter<T>
IGeneratorParameter implementations.| Constructor and Description |
|---|
AbstractGeneratorParameter() |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Gets the value for this parameter.
|
void |
setValue(T value)
Sets the value for this parameter.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefault@TestMethod(value="testValue") public void setValue(T value)
setValue in interface IGeneratorParameter<T>value - the new parameter value@TestMethod(value="testValue") public T getValue()
getValue in interface IGeneratorParameter<T>