ch.elexis.core.data
Class Query.Term
java.lang.Object
ch.elexis.core.data.Query.Term
- Enclosing class:
- Query
public static class Query.Term
- extends java.lang.Object
Constructor Summary |
Query.Term(Query.OP connector,
java.lang.String field,
Query.OP operator,
java.lang.String value)
create a term |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Query.Term
public Query.Term(Query.OP connector,
java.lang.String field,
Query.OP operator,
java.lang.String value)
- create a term
- Parameters:
connector
- Operator to apply to connect to previous term (AND, AND_NOT, OR, OR_NOT)field
- field to queryoperator
- Operator to matchvalue
- value to query for
getConnector
public Query.OP getConnector()
getOperator
public Query.OP getOperator()
getField
public java.lang.String getField()
getValue
public java.lang.String getValue()
Copyright 2005-2011 by Gerry Weirich, Elexis