org.garret.perst
Interface IValue

All Known Subinterfaces:
TimeSeriesTick
All Known Implementing Classes:
Rectangle, RectangleR2

public interface IValue

Interface of objects stored as value. Value objects are stored inside the persistent object to which they are belong and not as separate instance. Value field can not conayins NULL value. When value object is changed, programmer should call store method of persistent calss containing this value.