public interface IGeneratorParameter<T>
Modifier and Type | Method and Description |
---|---|
T |
getDefault()
Gets the default value for this parameter.
|
T |
getValue()
Gets the value for this parameter.
|
void |
setValue(T value)
Sets the value for this parameter.
|
void setValue(T value)
value
- the new parameter valueT getValue()
T getDefault()
Copyright © 2021. All rights reserved.