public class EnumerationListParameterValue extends ListParameterValue<String>
| Constructor and Description |
|---|
EnumerationListParameterValue()
Construtor.
|
EnumerationListParameterValue(List<String> enumerationItemLabels)
Construtor.
|
EnumerationListParameterValue(String[] enumerationItemLabels)
Construtor.
|
addValue, getSingleValueConverter, getValueConvertergetValue, getValueAsString, setValue, toStringpublic EnumerationListParameterValue()
public EnumerationListParameterValue(List<String> enumerationItemLabels)
enumerationItemLabels - a lista de identificadores selecionados da
enumeração.public EnumerationListParameterValue(String[] enumerationItemLabels)
enumerationItemLabels - o array de identificadores selecionados da
enumeração.Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.