Enum Class InputTableColumnInfo.Kind
java.lang.Object
java.lang.Enum<InputTableColumnInfo.Kind>
io.deephaven.proto.backplane.grpc.InputTableColumnInfo.Kind
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<InputTableColumnInfo.Kind>,java.lang.constant.Constable
- Enclosing class:
InputTableColumnInfo
public static enum InputTableColumnInfo.Kind
extends Enum<InputTableColumnInfo.Kind>
implements com.google.protobuf.ProtocolMessageEnum
whether this column is a key or value columnProtobuf enum
io.deephaven.proto.backplane.grpc.InputTableColumnInfo.Kind-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionthis column is a key columnKIND_UNKNOWN = 0;this column is a value column -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intthis column is a key columnstatic final intKIND_UNKNOWN = 0;static final intthis column is a value column -
Method Summary
Modifier and TypeMethodDescriptionstatic InputTableColumnInfo.KindforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<InputTableColumnInfo.Kind> static InputTableColumnInfo.KindvalueOf(int value) Deprecated.static InputTableColumnInfo.KindvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static InputTableColumnInfo.KindReturns the enum constant of this class with the specified name.static InputTableColumnInfo.Kind[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
KIND_UNKNOWN
KIND_UNKNOWN = 0; -
KIND_KEY
this column is a key column
KIND_KEY = 1; -
KIND_VALUE
this column is a value column
KIND_VALUE = 2; -
UNRECOGNIZED
-
-
Field Details
-
KIND_UNKNOWN_VALUE
public static final int KIND_UNKNOWN_VALUEKIND_UNKNOWN = 0;- See Also:
-
KIND_KEY_VALUE
public static final int KIND_KEY_VALUEthis column is a key column
KIND_KEY = 1;- See Also:
-
KIND_VALUE_VALUE
public static final int KIND_VALUE_VALUEthis column is a value column
KIND_VALUE = 2;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<InputTableColumnInfo.Kind> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static InputTableColumnInfo.Kind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-