Xindice API
version 1.1

org.apache.xindice.core.indexer.helpers
Class IndexQueryNEQ

java.lang.Object
  |
  +--org.apache.xindice.core.indexer.IndexQuery
        |
        +--org.apache.xindice.core.indexer.helpers.IndexQueryNEQ

public final class IndexQueryNEQ
extends IndexQuery

IndexQueryNEQ

Version:
$Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 2007) $

Fields inherited from class org.apache.xindice.core.indexer.IndexQuery
ANY, BW, BWX, EQ, GEQ, GT, IN, LEQ, LT, NBW, NBWX, NEQ, NIN, NSW, op, pattern, SW, vals
 
Constructor Summary
IndexQueryNEQ(IndexPattern pattern, String val1)
           
IndexQueryNEQ(IndexPattern pattern, Value val1)
           
 
Method Summary
 int getOperator()
          getOperator returns the operator associated with this query.
 boolean testValue(Value value)
          testValue tests the specified value for validity against this IndexQuery.
 
Methods inherited from class org.apache.xindice.core.indexer.IndexQuery
getLength, getPattern, getValue, getValues, testValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexQueryNEQ

public IndexQueryNEQ(IndexPattern pattern,
                     Value val1)

IndexQueryNEQ

public IndexQueryNEQ(IndexPattern pattern,
                     String val1)
Method Detail

getOperator

public int getOperator()
Description copied from class: IndexQuery
getOperator returns the operator associated with this query.
Overrides:
getOperator in class IndexQuery
Following copied from class: org.apache.xindice.core.indexer.IndexQuery
Returns:
The operator

testValue

public boolean testValue(Value value)
Description copied from class: IndexQuery
testValue tests the specified value for validity against this IndexQuery. The helper classes in org.apache.xindice.core.indexer.helpers should be used for optimized performance.
Overrides:
testValue in class IndexQuery
Following copied from class: org.apache.xindice.core.indexer.IndexQuery
Parameters:
value - The Value to compare
Returns:
Whether or not the value matches

Xindice API
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.