public static enum DecayParam.ParamType extends Enum<DecayParam.ParamType>
| 枚举常量和说明 |
|---|
DATE
Applicable to Date type field
|
GEO
Applicable to Geo-point type field
|
NUMERIC
Applicable to Long and Double type fields
|
UNKNOWN |
public static final DecayParam.ParamType UNKNOWN
public static final DecayParam.ParamType DATE
public static final DecayParam.ParamType GEO
public static final DecayParam.ParamType NUMERIC
public static DecayParam.ParamType[] values()
for (DecayParam.ParamType c : DecayParam.ParamType.values()) System.out.println(c);
public static DecayParam.ParamType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2025. All Rights Reserved.