com.google.code.validationframework.binding
Class BindableDouble

java.lang.Object
  extended by com.google.code.validationframework.binding.Bindable<Double>
      extended by com.google.code.validationframework.binding.BindableDouble
All Implemented Interfaces:
Master<Double>, Slave<Double>, Serializable

public class BindableDouble
extends Bindable<Double>

See Also:
Serialized Form

Constructor Summary
BindableDouble()
           
BindableDouble(Double value)
           
 
Method Summary
 
Methods inherited from class com.google.code.validationframework.binding.Bindable
addSlave, getValue, notifySlaves, removeSlave, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindableDouble

public BindableDouble()

BindableDouble

public BindableDouble(Double value)


Copyright © 2013. All Rights Reserved.