public static enum Search.FunctionCombineMode extends Enum<Search.FunctionCombineMode> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
FCM_AVG |
FCM_MAX |
FCM_MIN |
FCM_MULTIPLY |
FCM_REPLACE |
FCM_SUM |
| Modifier and Type | Field and Description |
|---|---|
static int |
FCM_AVG_VALUE |
static int |
FCM_MAX_VALUE |
static int |
FCM_MIN_VALUE |
static int |
FCM_MULTIPLY_VALUE |
static int |
FCM_REPLACE_VALUE |
static int |
FCM_SUM_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Search.FunctionCombineMode> |
internalGetValueMap() |
static Search.FunctionCombineMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Search.FunctionCombineMode |
valueOf(int value) |
static Search.FunctionCombineMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Search.FunctionCombineMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Search.FunctionCombineMode FCM_MULTIPLY
public static final Search.FunctionCombineMode FCM_AVG
public static final Search.FunctionCombineMode FCM_MAX
public static final Search.FunctionCombineMode FCM_SUM
public static final Search.FunctionCombineMode FCM_MIN
public static final Search.FunctionCombineMode FCM_REPLACE
public static final int FCM_MULTIPLY_VALUE
public static final int FCM_AVG_VALUE
public static final int FCM_MAX_VALUE
public static final int FCM_SUM_VALUE
public static final int FCM_MIN_VALUE
public static final int FCM_REPLACE_VALUE
public static Search.FunctionCombineMode[] values()
for (Search.FunctionCombineMode c : Search.FunctionCombineMode.values()) System.out.println(c);
public static Search.FunctionCombineMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Search.FunctionCombineMode valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Search.FunctionCombineMode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Search.FunctionCombineMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.