org.outerj.xreporter.userentrystore
Class StoredCondition

java.lang.Object
  extended byorg.outerj.xreporter.userentrystore.StoredCondition

public class StoredCondition
extends java.lang.Object

This class holds the operator and values of a condition that is retrieved from the UserEntryStore.


Constructor Summary
StoredCondition(Operator operator, java.lang.Object[] values)
           
 
Method Summary
 Operator getOperator()
           
 java.lang.Object[] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredCondition

public StoredCondition(Operator operator,
                       java.lang.Object[] values)
Method Detail

getOperator

public Operator getOperator()

getValues

public java.lang.Object[] getValues()