net.sourceforge.esw.service.log.expression
Class GreaterThanEqualsFilterExpression

java.lang.Object
  |
  +--net.sourceforge.esw.service.log.expression.ComparableFilterExpression
        |
        +--net.sourceforge.esw.service.log.expression.GreaterThanEqualsFilterExpression
All Implemented Interfaces:
IFilterExpression, java.io.Serializable

public class GreaterThanEqualsFilterExpression
extends ComparableFilterExpression
implements IFilterExpression

A GreaterThanEqualsFilterExpression

This expression will always return false when evaluated... i wonder how to encode it into a string. should false be a valid string encode?

See Also:
Serialized Form

Fields inherited from class net.sourceforge.esw.service.log.expression.ComparableFilterExpression
bFirstID, bSecondID, firstComparable, firstIDValue, firstValue, secondComparable, secondIDValue, secondValue
 
Constructor Summary
GreaterThanEqualsFilterExpression()
          Creates a new GreaterThanEqualsFilterExpression.
GreaterThanEqualsFilterExpression(java.lang.Object fValue, java.lang.Object sValue)
          Creates a new GreaterThanEqualsFilterExpression.
 
Method Summary
 boolean checkCompare(int compare)
          Checks this compareTo returnValue and see if it satisfies the Expression
 java.lang.String getCompareTypeString()
          Returns a String that describes this Compare Operation
 
Methods inherited from class net.sourceforge.esw.service.log.expression.ComparableFilterExpression
checkValues, equals, evaluate, getFirstValue, getID, getSecondValue, isID, stringEncode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.esw.service.log.IFilterExpression
evaluate, stringEncode
 

Constructor Detail

GreaterThanEqualsFilterExpression

public GreaterThanEqualsFilterExpression(java.lang.Object fValue,
                                         java.lang.Object sValue)
Creates a new GreaterThanEqualsFilterExpression.

GreaterThanEqualsFilterExpression

public GreaterThanEqualsFilterExpression()
Creates a new GreaterThanEqualsFilterExpression.
Method Detail

getCompareTypeString

public java.lang.String getCompareTypeString()
Returns a String that describes this Compare Operation

Overrides:
getCompareTypeString in class ComparableFilterExpression
Returns:
String this Expression in string form

checkCompare

public boolean checkCompare(int compare)
Checks this compareTo returnValue and see if it satisfies the Expression

Overrides:
checkCompare in class ComparableFilterExpression
Parameters:
compare - the value from the compareTo method
Returns:
boolean is this expression valid?


Copyright 2002 Free Software Foundation. All Rights Reserved.