com.google.code.validationframework.binding
Class BindableShort

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

public class BindableShort
extends Bindable<Short>

See Also:
Serialized Form

Constructor Summary
BindableShort()
           
BindableShort(Short 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

BindableShort

public BindableShort()

BindableShort

public BindableShort(Short value)


Copyright © 2013. All Rights Reserved.