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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultpublic void setValue(T value)
setValue in interface IGeneratorParameter<T>value - the new parameter valuepublic T getValue()
getValue in interface IGeneratorParameter<T>Copyright © 2022. All rights reserved.