csdk.v1_0.helper.command.parameters
Class DoubleParameterValue

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

public class DoubleParameterValue
extends AbstractParameterValue<Double>

Valor de um parāmetro do tipo real.


Constructor Summary
DoubleParameterValue(Double value)
          Construtor.
 
Method Summary
 
Methods inherited from class csdk.v1_0.helper.command.parameters.AbstractParameterValue
getValue, getValueAsString, getValueConverter, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleParameterValue

public DoubleParameterValue(Double value)
Construtor.

Parameters:
value - o valor real.


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