public abstract class ParameterValueData<T> extends BasicData
Modifier and Type | Method and Description |
---|---|
abstract List<T> |
getValues()
Get values of this parameter.
|
void |
replaceValues(List<?> values)
Replace the values in the database with the new
values in the specified list.
|
void |
setSingleValue(Object value)
Replace the current list with a single new value.
|
public abstract List<T> getValues()
public void replaceValues(List<?> values)
public void setSingleValue(Object value)