public static enum RequestParser.OpType extends Enum<RequestParser.OpType>
| 枚举常量和说明 |
|---|
BETWEEN |
BITAND |
COMPARE |
EQUAL |
GREATEQUAL |
GREATTHAN |
IN |
INDEX |
LESSEQUAL |
LESSTHAN |
MASK_EQUAL |
NOTIN |
SEARCH |
UNEQUAL |
public static final RequestParser.OpType INDEX
public static final RequestParser.OpType GREATTHAN
public static final RequestParser.OpType LESSTHAN
public static final RequestParser.OpType EQUAL
public static final RequestParser.OpType UNEQUAL
public static final RequestParser.OpType GREATEQUAL
public static final RequestParser.OpType LESSEQUAL
public static final RequestParser.OpType BETWEEN
public static final RequestParser.OpType IN
public static final RequestParser.OpType COMPARE
public static final RequestParser.OpType NOTIN
public static final RequestParser.OpType SEARCH
public static final RequestParser.OpType BITAND
public static final RequestParser.OpType MASK_EQUAL
public static RequestParser.OpType[] values()
for (RequestParser.OpType c : RequestParser.OpType.values()) System.out.println(c);
public static RequestParser.OpType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.