com.google.code.validationframework.binding
Class BindableString

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

public class BindableString
extends Bindable<String>

See Also:
Serialized Form

Constructor Summary
BindableString()
           
BindableString(String 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

BindableString

public BindableString()

BindableString

public BindableString(String value)


Copyright © 2013. All Rights Reserved.