public static enum Search.FunctionModifier extends Enum<Search.FunctionModifier> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
FM_LN |
FM_LN1P |
FM_LN2P |
FM_LOG |
FM_LOG1P |
FM_LOG2P |
FM_NONE |
FM_RECIPROCAL |
FM_SQRT |
FM_SQUARE |
| Modifier and Type | Field and Description |
|---|---|
static int |
FM_LN_VALUE |
static int |
FM_LN1P_VALUE |
static int |
FM_LN2P_VALUE |
static int |
FM_LOG_VALUE |
static int |
FM_LOG1P_VALUE |
static int |
FM_LOG2P_VALUE |
static int |
FM_NONE_VALUE |
static int |
FM_RECIPROCAL_VALUE |
static int |
FM_SQRT_VALUE |
static int |
FM_SQUARE_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.FunctionModifier> |
internalGetValueMap() |
static Search.FunctionModifier |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Search.FunctionModifier |
valueOf(int value) |
static Search.FunctionModifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Search.FunctionModifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Search.FunctionModifier FM_NONE
public static final Search.FunctionModifier FM_LOG
public static final Search.FunctionModifier FM_LOG1P
public static final Search.FunctionModifier FM_LOG2P
public static final Search.FunctionModifier FM_LN
public static final Search.FunctionModifier FM_LN1P
public static final Search.FunctionModifier FM_LN2P
public static final Search.FunctionModifier FM_SQUARE
public static final Search.FunctionModifier FM_SQRT
public static final Search.FunctionModifier FM_RECIPROCAL
public static final int FM_NONE_VALUE
public static final int FM_LOG_VALUE
public static final int FM_LOG1P_VALUE
public static final int FM_LOG2P_VALUE
public static final int FM_LN_VALUE
public static final int FM_LN1P_VALUE
public static final int FM_LN2P_VALUE
public static final int FM_SQUARE_VALUE
public static final int FM_SQRT_VALUE
public static final int FM_RECIPROCAL_VALUE
public static Search.FunctionModifier[] values()
for (Search.FunctionModifier c : Search.FunctionModifier.values()) System.out.println(c);
public static Search.FunctionModifier 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.FunctionModifier valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Search.FunctionModifier> 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.FunctionModifier valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.