public enum TarantoolRequestFieldType extends Enum<TarantoolRequestFieldType>
Enum Constant and Description |
---|
IPROTO_EXPRESSION |
IPROTO_FUNCTION_NAME |
IPROTO_INDEX_ID |
IPROTO_ITERATOR |
IPROTO_KEY |
IPROTO_LIMIT |
IPROTO_OFFSET |
IPROTO_OPS |
IPROTO_SPACE_ID |
IPROTO_TUPLE |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static TarantoolRequestFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TarantoolRequestFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TarantoolRequestFieldType IPROTO_SPACE_ID
public static final TarantoolRequestFieldType IPROTO_INDEX_ID
public static final TarantoolRequestFieldType IPROTO_LIMIT
public static final TarantoolRequestFieldType IPROTO_OFFSET
public static final TarantoolRequestFieldType IPROTO_ITERATOR
public static final TarantoolRequestFieldType IPROTO_KEY
public static final TarantoolRequestFieldType IPROTO_TUPLE
public static final TarantoolRequestFieldType IPROTO_FUNCTION_NAME
public static final TarantoolRequestFieldType IPROTO_EXPRESSION
public static final TarantoolRequestFieldType IPROTO_OPS
public static TarantoolRequestFieldType[] values()
for (TarantoolRequestFieldType c : TarantoolRequestFieldType.values()) System.out.println(c);
public static TarantoolRequestFieldType 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 int getCode()
Copyright © 2025 Picodata. All rights reserved.