public class JBQueryOperation extends Object
static String
AND_OP
EQUAL_OP
OR_OP
JBQueryOperation(String key, Object value, String op)
boolean
equals(Object obj)
String
getKey()
getOp()
Object
getValue()
int
hashCode()
sameOp(JBQueryOperation other)
toResult()
toResult(String key)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public static final String EQUAL_OP
public static final String OR_OP
public static final String AND_OP
public JBQueryOperation(String key, Object value, String op)
public String getKey()
public Object getValue()
public String getOp()
public Object toResult()
public Object toResult(String key)
public boolean sameOp(JBQueryOperation other)
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2019. All rights reserved.