Package org.objectweb.telosys.common.val

Interface Summary
ISingleValue  
 

Class Summary
BigDecimalValue This class wraps a BigDecimal value in an mutable value object.
BooleanValue This class wraps a value of the primitive type 'boolean' in an object.
DateValue This class wraps a Date value in an mutable value object.
DoubleValue This class wraps a value of the primitive type 'double' in an object.
FloatValue This class wraps a value of the primitive type 'float' in an object.
IntValue This class wraps a value of the primitive type 'int' in an object.
LongValue This class wraps a value of the primitive type 'long' in an object.
StringValue This class wraps a String in a mutable value object.