ostore.client
Class OSPredicateTrue

java.lang.Object
  |
  +--ostore.client.OSPredicate
        |
        +--ostore.client.OSPredicateTrue
All Implemented Interfaces:
QuickSerializable

public class OSPredicateTrue
extends OSPredicate

The OSPredicateTrue always evaluates to true.

Version:
$Id: OSPredicateTrue.java,v 1.12 2002/07/20 18:44:40 srhea Exp $
Author:
Patrick R. Eaton

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

Constructor Detail

OSPredicateTrue

public OSPredicateTrue()
Creates a new OSPredicateTrue.


OSPredicateTrue

public OSPredicateTrue(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
Overrides:
serialize in class OSPredicate
Parameters:
buffer - the output buffer to add the object to

toString

public String toString()
Specified by:
toString in class OSPredicate