public class QueryOperation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AND_OP |
static String |
EQUAL_OP |
static String |
OR_OP |
Constructor and Description |
---|
QueryOperation(String key,
String op,
Object value) |
public static final String EQUAL_OP
public static final String OR_OP
public static final String AND_OP
public String getKey()
public Object getValue()
public String getOp()
public Object toResult()
public boolean sameOp(QueryOperation other)
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.