org.siebengeisslein.indexedlist.condition
Class IntEqualQueryCondition

java.lang.Object
  extended by org.siebengeisslein.indexedlist.condition.AbstractQueryCondition
      extended by org.siebengeisslein.indexedlist.condition.AbstractEqualQueryCondition
          extended by org.siebengeisslein.indexedlist.condition.IntEqualQueryCondition
All Implemented Interfaces:
QueryCondition

public class IntEqualQueryCondition
extends AbstractEqualQueryCondition


Constructor Summary
IntEqualQueryCondition(java.lang.String name, int value, int limit)
           
 
Method Summary
protected  java.lang.Object getValue()
           
 
Methods inherited from class org.siebengeisslein.indexedlist.condition.AbstractEqualQueryCondition
execute, matches
 
Methods inherited from class org.siebengeisslein.indexedlist.condition.AbstractQueryCondition
getFieldName, getLimit, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntEqualQueryCondition

public IntEqualQueryCondition(java.lang.String name,
                              int value,
                              int limit)
Method Detail

getValue

protected java.lang.Object getValue()
Specified by:
getValue in class AbstractEqualQueryCondition