org.apache.accumulo.examples.wikisearch.parser
Class QueryParser.QueryTerm

java.lang.Object
  extended by org.apache.accumulo.examples.wikisearch.parser.QueryParser.QueryTerm
Enclosing class:
QueryParser

public static class QueryParser.QueryTerm
extends Object


Constructor Summary
QueryParser.QueryTerm(boolean negated, String operator, Object value)
           
 
Method Summary
 String getOperator()
           
 Object getValue()
           
 boolean isNegated()
           
 void setNegated(boolean negated)
           
 void setOperator(String operator)
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryParser.QueryTerm

public QueryParser.QueryTerm(boolean negated,
                             String operator,
                             Object value)
Method Detail

isNegated

public boolean isNegated()

getOperator

public String getOperator()

getValue

public Object getValue()

setNegated

public void setNegated(boolean negated)

setOperator

public void setOperator(String operator)

setValue

public void setValue(Object value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.