public class DoubleListParameterValue extends ListParameterValue<Double>
| Constructor and Description |
|---|
DoubleListParameterValue()
Construtor.
|
DoubleListParameterValue(Double[] values)
Construtor.
|
DoubleListParameterValue(List<Double> values)
Construtor.
|
addValue, getSingleValueConverter, getValueConvertergetValue, getValueAsString, setValue, toStringpublic DoubleListParameterValue()
public DoubleListParameterValue(List<Double> values)
values - a lista de valores inteiros.public DoubleListParameterValue(Double[] values)
values - o array de valores inteiros.Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.