public static enum Search.FunctionModifier extends Enum<Search.FunctionModifier> implements com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolMessageEnum
com.alicloud.openservices.tablestore.core.protocol.FunctionModifier| 枚举常量和说明 |
|---|
FM_LN
FM_LN = 5; |
FM_LN1P
FM_LN1P = 6; |
FM_LN2P
FM_LN2P = 7; |
FM_LOG
FM_LOG = 2; |
FM_LOG1P
FM_LOG1P = 3; |
FM_LOG2P
FM_LOG2P = 4; |
FM_NONE
FM_NONE = 1; |
FM_RECIPROCAL
FM_RECIPROCAL = 10; |
FM_SQRT
FM_SQRT = 9; |
FM_SQUARE
FM_SQUARE = 8; |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
FM_LN_VALUE
FM_LN = 5; |
static int |
FM_LN1P_VALUE
FM_LN1P = 6; |
static int |
FM_LN2P_VALUE
FM_LN2P = 7; |
static int |
FM_LOG_VALUE
FM_LOG = 2; |
static int |
FM_LOG1P_VALUE
FM_LOG1P = 3; |
static int |
FM_LOG2P_VALUE
FM_LOG2P = 4; |
static int |
FM_NONE_VALUE
FM_NONE = 1; |
static int |
FM_RECIPROCAL_VALUE
FM_RECIPROCAL = 10; |
static int |
FM_SQRT_VALUE
FM_SQRT = 9; |
static int |
FM_SQUARE_VALUE
FM_SQUARE = 8; |
| 限定符和类型 | 方法和说明 |
|---|---|
static Search.FunctionModifier |
forNumber(int value) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Internal.EnumLiteMap<Search.FunctionModifier> |
internalGetValueMap() |
static Search.FunctionModifier |
valueOf(com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Search.FunctionModifier |
valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static Search.FunctionModifier |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Search.FunctionModifier[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final Search.FunctionModifier FM_NONE
FM_NONE = 1;public static final Search.FunctionModifier FM_LOG
FM_LOG = 2;public static final Search.FunctionModifier FM_LOG1P
FM_LOG1P = 3;public static final Search.FunctionModifier FM_LOG2P
FM_LOG2P = 4;public static final Search.FunctionModifier FM_LN
FM_LN = 5;public static final Search.FunctionModifier FM_LN1P
FM_LN1P = 6;public static final Search.FunctionModifier FM_LN2P
FM_LN2P = 7;public static final Search.FunctionModifier FM_SQUARE
FM_SQUARE = 8;public static final Search.FunctionModifier FM_SQRT
FM_SQRT = 9;public static final Search.FunctionModifier FM_RECIPROCAL
FM_RECIPROCAL = 10;public static final int FM_NONE_VALUE
FM_NONE = 1;public static final int FM_LOG_VALUE
FM_LOG = 2;public static final int FM_LOG1P_VALUE
FM_LOG1P = 3;public static final int FM_LOG2P_VALUE
FM_LOG2P = 4;public static final int FM_LN_VALUE
FM_LN = 5;public static final int FM_LN1P_VALUE
FM_LN1P = 6;public static final int FM_LN2P_VALUE
FM_LN2P = 7;public static final int FM_SQUARE_VALUE
FM_SQUARE = 8;public static final int FM_SQRT_VALUE
FM_SQRT = 9;public static final int FM_RECIPROCAL_VALUE
FM_RECIPROCAL = 10;public static Search.FunctionModifier[] values()
for (Search.FunctionModifier c : Search.FunctionModifier.values()) System.out.println(c);
public static Search.FunctionModifier valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public final int getNumber()
getNumber 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolMessageEnum@Deprecated public static Search.FunctionModifier valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Search.FunctionModifier forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.aliyun.ots.thirdparty.com.google.protobuf.Internal.EnumLiteMap<Search.FunctionModifier> internalGetValueMap()
public final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Search.FunctionModifier valueOf(com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All Rights Reserved.