ostore.client
Class OSPredicate

java.lang.Object
  |
  +--ostore.client.OSPredicate
All Implemented Interfaces:
QuickSerializable
Direct Known Subclasses:
OSPredicateAnd, OSPredicateFalse, OSPredicateTrue, OSPredicateVersionId

public abstract class OSPredicate
extends Object
implements QuickSerializable

The OSPredicate class is the abstract super class for all predicates that appear in updates.

Version:
$Id: OSPredicate.java,v 1.14 2002/07/20 19:18:14 srhea Exp $
Author:
Patrick R. Eaton

Constructor Summary
OSPredicate(InputBuffer buffer)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
abstract  String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSPredicate

public OSPredicate(InputBuffer buffer)
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

toString

public abstract String toString()
Overrides:
toString in class Object