com.google.code.validationframework.binding
Class BindableFloat

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

public class BindableFloat
extends Bindable<Float>

See Also:
Serialized Form

Constructor Summary
BindableFloat()
           
BindableFloat(Float 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

BindableFloat

public BindableFloat()

BindableFloat

public BindableFloat(Float value)


Copyright © 2013. All Rights Reserved.