csdk.v1_0.helper.command.parameters
Class TextListParameterValue

java.lang.Object
  extended by csdk.v1_0.helper.command.parameters.AbstractParameterValue<List<T>>
      extended by csdk.v1_0.helper.command.parameters.ListParameterValue<String>
          extended by csdk.v1_0.helper.command.parameters.TextListParameterValue
All Implemented Interfaces:
IParameterValue<List<String>>

public class TextListParameterValue
extends ListParameterValue<String>

Valor de um parāmetro do tipo lista de textos.


Constructor Summary
TextListParameterValue()
          Construtor.
TextListParameterValue(List<String> values)
          Construtor.
TextListParameterValue(String[] values)
          Construtor.
 
Method Summary
 
Methods inherited from class csdk.v1_0.helper.command.parameters.ListParameterValue
addValue, getSingleValueConverter, getValueConverter
 
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

TextListParameterValue

public TextListParameterValue()
Construtor.


TextListParameterValue

public TextListParameterValue(List<String> values)
Construtor.

Parameters:
values - a lista de strings.

TextListParameterValue

public TextListParameterValue(String[] values)
Construtor.

Parameters:
values - o array de strings.


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