csdk.v1_0.helper.command.parameters
Class URLParameterValue

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.URLParameterValue
All Implemented Interfaces:
IParameterValue<csdk.v1_0.helper.command.parameters.URL>

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

Valor de parâmetros do tipo URL.


Constructor Summary
URLParameterValue(String path, String type, String protocol, String host)
          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

URLParameterValue

public URLParameterValue(String path,
                         String type,
                         String protocol,
                         String host)
Construtor.

Parameters:
path - o caminho para o arquivo.
type - o tipo do arquivo.
protocol - o protocolo da URL.
host - o host da URL.
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–2014 Tecgraf/PUC-Rio. All rights reserved.