com.virtuosotechnologies.lib.util
Class ValueWrapper

java.lang.Object
  extended bycom.virtuosotechnologies.lib.util.ValueWrapper
Direct Known Subclasses:
ValueWrapper.BooleanWrapper, ValueWrapper.IntWrapper, ValueWrapper.ObjectWrapper, ValueWrapper.StringWrapper

public abstract class ValueWrapper
extends Object

Wrapper objects.


Nested Class Summary
static class ValueWrapper.BooleanWrapper
          Wrapper object for a settable boolean value.
static class ValueWrapper.IntWrapper
          Wrapper object for a settable int value.
static class ValueWrapper.ObjectWrapper
          Wrapper object for a settable object value.
static class ValueWrapper.StringWrapper
          Wrapper object for a settable string value.
 
Constructor Summary
ValueWrapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueWrapper

public ValueWrapper()