public static enum RequestParser.CmdType extends Enum<RequestParser.CmdType>
public static final RequestParser.CmdType SEARCH
public static final RequestParser.CmdType GROUP
public static final RequestParser.CmdType DISTINCT
public static final RequestParser.CmdType CUBE
public static final RequestParser.CmdType KEYWORDS
public static final RequestParser.CmdType WORDCLOUD
public static final RequestParser.CmdType WAM
public static final RequestParser.CmdType CLUSTER
public static final RequestParser.CmdType UNITED
public static RequestParser.CmdType[] values()
for (RequestParser.CmdType c : RequestParser.CmdType.values()) System.out.println(c);
public static RequestParser.CmdType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.