public static enum FlightSql.Nullable extends Enum<FlightSql.Nullable> implements com.google.protobuf.ProtocolMessageEnum
arrow.flight.protocol.sql.Nullable
Enum Constant and Description |
---|
NULLABILITY_NO_NULLS
Indicates that the fields does not allow the use of null values.
|
NULLABILITY_NULLABLE
Indicates that the fields allow the use of null values.
|
NULLABILITY_UNKNOWN
Indicates that nullability of the fields can not be determined.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
NULLABILITY_NO_NULLS_VALUE
Indicates that the fields does not allow the use of null values.
|
static int |
NULLABILITY_NULLABLE_VALUE
Indicates that the fields allow the use of null values.
|
static int |
NULLABILITY_UNKNOWN_VALUE
Indicates that nullability of the fields can not be determined.
|
Modifier and Type | Method and Description |
---|---|
static FlightSql.Nullable |
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<FlightSql.Nullable> |
internalGetValueMap() |
static FlightSql.Nullable |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlightSql.Nullable |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlightSql.Nullable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlightSql.Nullable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlightSql.Nullable NULLABILITY_NO_NULLS
Indicates that the fields does not allow the use of null values.
NULLABILITY_NO_NULLS = 0;
public static final FlightSql.Nullable NULLABILITY_NULLABLE
Indicates that the fields allow the use of null values.
NULLABILITY_NULLABLE = 1;
public static final FlightSql.Nullable NULLABILITY_UNKNOWN
Indicates that nullability of the fields can not be determined.
NULLABILITY_UNKNOWN = 2;
public static final FlightSql.Nullable UNRECOGNIZED
public static final int NULLABILITY_NO_NULLS_VALUE
Indicates that the fields does not allow the use of null values.
NULLABILITY_NO_NULLS = 0;
public static final int NULLABILITY_NULLABLE_VALUE
Indicates that the fields allow the use of null values.
NULLABILITY_NULLABLE = 1;
public static final int NULLABILITY_UNKNOWN_VALUE
Indicates that nullability of the fields can not be determined.
NULLABILITY_UNKNOWN = 2;
public static FlightSql.Nullable[] values()
for (FlightSql.Nullable c : FlightSql.Nullable.values()) System.out.println(c);
public static FlightSql.Nullable 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static FlightSql.Nullable valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static FlightSql.Nullable forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FlightSql.Nullable> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static FlightSql.Nullable valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 The Apache Software Foundation. All rights reserved.