T - tipo do valor da lista.public abstract class ListParameterValue<T> extends AbstractParameterValue<List<T>>
<T>.| Constructor and Description |
|---|
ListParameterValue()
Construtor.
|
ListParameterValue(List<T> values)
Construtor.
|
ListParameterValue(T[] values)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(T value)
Adiciona um novo valor à lista.
|
protected ParameterValueConverter<T> |
getSingleValueConverter()
Obtém o conversor de uma unidade do tipo
<T> para string. |
protected ParameterValueConverter<List<T>> |
getValueConverter()
Obtém o conversor do tipo
<T> do valor para string. |
getValue, getValueAsString, setValue, toStringpublic ListParameterValue()
public ListParameterValue(List<T> values)
values - lista de valores.public ListParameterValue(T[] values)
values - array de valores.public void addValue(T value)
value - o valor.protected ParameterValueConverter<List<T>> getValueConverter()
<T> do valor para string.getValueConverter in class AbstractParameterValue<List<T>>protected ParameterValueConverter<T> getSingleValueConverter()
<T> para string.Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.