csdk.v1_0.helper.command.parameters
Class EnumerationListParameterValue

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.EnumerationListParameterValue
All Implemented Interfaces:
IParameterValue<List<String>>

public class EnumerationListParameterValue
extends ListParameterValue<String>

Valor de um parâmetro do tipo lista de itens de enumeração.


Constructor Summary
EnumerationListParameterValue()
          Construtor.
EnumerationListParameterValue(List<String> enumerationItemLabels)
          Construtor.
EnumerationListParameterValue(String[] enumerationItemLabels)
          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

EnumerationListParameterValue

public EnumerationListParameterValue()
Construtor.


EnumerationListParameterValue

public EnumerationListParameterValue(List<String> enumerationItemLabels)
Construtor.

Parameters:
enumerationItemLabels - a lista de identificadores selecionados da enumeração.

EnumerationListParameterValue

public EnumerationListParameterValue(String[] enumerationItemLabels)
Construtor.

Parameters:
enumerationItemLabels - o array de identificadores selecionados da enumeração.


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