csdk.v1_0.helper.command.parameters
Interface IParameterValue<T>

Type Parameters:
T - o tipo do valor do parâmetro.
All Known Implementing Classes:
AbstractParameterValue, BooleanParameterValue, DoubleListParameterValue, DoubleParameterValue, EnumerationListParameterValue, EnumerationParameterValue, FileListParameterValue, FileParameterValue, FormulaParameterValue, IntegerListParameterValue, IntegerParameterValue, ListParameterValue, RawParameterValue, TableParameterValue, TextListParameterValue, TextParameterValue, URLParameterValue

public interface IParameterValue<T>

Definição de um valor do tipo de um parâmetro .


Method Summary
 T getValue()
          Obtém o valor do parâmetro.
 String getValueAsString()
          Obtém a representação do valor do parâmetro no formato string.
 

Method Detail

getValue

T getValue()
Obtém o valor do parâmetro.

Returns:
o valor.

getValueAsString

String getValueAsString()
                        throws ParameterValueConvertionException
Obtém a representação do valor do parâmetro no formato string.

Returns:
a representação do valor em string.
Throws:
ParameterValueConvertionException - caso ocorra algum erro na conversão do valor do parâmetro para string.


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