com.google.code.validationframework.binding
Class BindableInteger

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

public class BindableInteger
extends Bindable<Integer>

See Also:
Serialized Form

Constructor Summary
BindableInteger()
           
BindableInteger(Integer 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

BindableInteger

public BindableInteger()

BindableInteger

public BindableInteger(Integer value)


Copyright © 2013. All Rights Reserved.