be.SIRAPRISE.typeimplementations
Class ValueBuffer

java.lang.Object
  extended by be.SIRAPRISE.typeimplementations.ValueBuffer
Direct Known Subclasses:
RelationBuffer, ScalarValueBuffer

public abstract class ValueBuffer
extends java.lang.Object

A ValueBuffer is a container class for any sort of value.

Author:
Erwin Smout

Constructor Summary
ValueBuffer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueBuffer

public ValueBuffer()