com.google.code.validationframework.binding
Class BindableByte

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

public class BindableByte
extends Bindable<Byte>

See Also:
Serialized Form

Constructor Summary
BindableByte()
           
BindableByte(Byte 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

BindableByte

public BindableByte()

BindableByte

public BindableByte(Byte value)


Copyright © 2013. All Rights Reserved.