public class FileListParameterValue extends AbstractParameterValue<List<csdk.v1_0.helper.command.parameters.URL>>
| Constructor and Description |
|---|
FileListParameterValue()
Construtor.
|
FileListParameterValue(FileParameterValue[] values)
Construtor.
|
FileListParameterValue(List<FileParameterValue> values)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(FileParameterValue file)
Adiciona um novo arquivo ao valor do parâmetro.
|
void |
addValue(String path,
String type)
Adiciona um novo arquivo ao valor do parâmetro.
|
protected ParameterValueConverter<List<csdk.v1_0.helper.command.parameters.URL>> |
getValueConverter()
Obtém o conversor do tipo
|
getValue, getValueAsString, setValue, toStringpublic FileListParameterValue()
public FileListParameterValue(List<FileParameterValue> values)
values - lista de valores de arquivo.public FileListParameterValue(FileParameterValue[] values)
values - lista de valores de arquivo.public void addValue(String path, String type)
path - o caminho do arquivo.type - o tipo do arquivo.public void addValue(FileParameterValue file)
file - descrição do arquivo.protected ParameterValueConverter<List<csdk.v1_0.helper.command.parameters.URL>> getValueConverter()
getValueConverter in class AbstractParameterValue<List<csdk.v1_0.helper.command.parameters.URL>>Copyright © 2013–2015 Tecgraf/PUC-Rio. All rights reserved.