public static enum QueryParam.ParameterStyle extends Enum<QueryParam.ParameterStyle> implements com.google.protobuf.ProtocolMessageEnum
salesforce.hyperdb.grpc.v1.QueryParam.ParameterStyle| Enum Constant and Description |
|---|
DOLLAR_NUMBERED
DOLLAR_NUMBERED = 1; |
NAMED
NAMED = 2; |
QUESTION_MARK
QUESTION_MARK = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DOLLAR_NUMBERED_VALUE
DOLLAR_NUMBERED = 1; |
static int |
NAMED_VALUE
NAMED = 2; |
static int |
QUESTION_MARK_VALUE
QUESTION_MARK = 0; |
| Modifier and Type | Method and Description |
|---|---|
static QueryParam.ParameterStyle |
forNumber(int value) |
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<QueryParam.ParameterStyle> |
internalGetValueMap() |
static QueryParam.ParameterStyle |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QueryParam.ParameterStyle |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QueryParam.ParameterStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParam.ParameterStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryParam.ParameterStyle QUESTION_MARK
QUESTION_MARK = 0;public static final QueryParam.ParameterStyle DOLLAR_NUMBERED
DOLLAR_NUMBERED = 1;public static final QueryParam.ParameterStyle NAMED
NAMED = 2;public static final QueryParam.ParameterStyle UNRECOGNIZED
public static final int QUESTION_MARK_VALUE
QUESTION_MARK = 0;public static final int DOLLAR_NUMBERED_VALUE
DOLLAR_NUMBERED = 1;public static final int NAMED_VALUE
NAMED = 2;public static QueryParam.ParameterStyle[] values()
for (QueryParam.ParameterStyle c : QueryParam.ParameterStyle.values()) System.out.println(c);
public static QueryParam.ParameterStyle 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.ProtocolMessageEnum@Deprecated public static QueryParam.ParameterStyle valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static QueryParam.ParameterStyle forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<QueryParam.ParameterStyle> 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 QueryParam.ParameterStyle valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.