com.sybase.persistence
Class TestCriteria

java.lang.Object
  extended by com.sybase.persistence.TestCriteria
All Implemented Interfaces:
Filter
Direct Known Subclasses:
AttributeTest, CompositeTest

public abstract class TestCriteria
extends java.lang.Object
implements Filter

A base class for Test Criteria.


Constructor Summary
TestCriteria()
          Create a test criteria.
 
Method Summary
protected  void _init()
           
 CompositeTest and(TestCriteria that)
          Return a CompositeTest which is add of the test criteria.
 CompositeTest not()
          Return a CompositeTest which is not of the test criteria.
 CompositeTest or(TestCriteria that)
          Create a test criteria.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCriteria

public TestCriteria()
Create a test criteria.

Method Detail

not

public CompositeTest not()
Return a CompositeTest which is not of the test criteria.


and

public CompositeTest and(TestCriteria that)
Return a CompositeTest which is add of the test criteria.


or

public CompositeTest or(TestCriteria that)
Create a test criteria.


_init

protected void _init()