com.google.code.validationframework.binding
Class BindableCharacter

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

public class BindableCharacter
extends Bindable<Character>

See Also:
Serialized Form

Constructor Summary
BindableCharacter()
           
BindableCharacter(Character 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

BindableCharacter

public BindableCharacter()

BindableCharacter

public BindableCharacter(Character value)


Copyright © 2013. All Rights Reserved.