csdk.v1_0.helper.command.parameters
Class FileParameterValue

java.lang.Object
  extended by csdk.v1_0.helper.command.parameters.AbstractParameterValue<csdk.v1_0.helper.command.parameters.URL>
      extended by csdk.v1_0.helper.command.parameters.FileParameterValue
All Implemented Interfaces:
IParameterValue<csdk.v1_0.helper.command.parameters.URL>

public class FileParameterValue
extends AbstractParameterValue<csdk.v1_0.helper.command.parameters.URL>

Valor de parâmetros do tipo arquivo.


Constructor Summary
FileParameterValue(String path, String type)
          Construtor.
 
Method Summary
protected  ParameterValueConverter<csdk.v1_0.helper.command.parameters.URL> getValueConverter()
          Obtém o conversor do tipo do valor para string.
 
Methods inherited from class csdk.v1_0.helper.command.parameters.AbstractParameterValue
getValue, getValueAsString, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileParameterValue

public FileParameterValue(String path,
                          String type)
Construtor.

Parameters:
path - o caminho para o arquivo.
type - o tipo do arquivo.
Method Detail

getValueConverter

protected ParameterValueConverter<csdk.v1_0.helper.command.parameters.URL> getValueConverter()
Obtém o conversor do tipo do valor para string.

Overrides:
getValueConverter in class AbstractParameterValue<csdk.v1_0.helper.command.parameters.URL>
Returns:
value o conversor.


Copyright © 2013–2015 Tecgraf/PUC-Rio. All rights reserved.