com.google.code.validationframework.binding
Class BindableNumber

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

public class BindableNumber
extends Bindable<Number>

See Also:
Serialized Form

Constructor Summary
BindableNumber()
           
BindableNumber(Number 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

BindableNumber

public BindableNumber()

BindableNumber

public BindableNumber(Number value)


Copyright © 2013. All Rights Reserved.