Package taack.jdbc.common
Enum Class TaackResultSetOuterClass.Column.JavaType
java.lang.Object
java.lang.Enum<TaackResultSetOuterClass.Column.JavaType>
taack.jdbc.common.TaackResultSetOuterClass.Column.JavaType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<TaackResultSetOuterClass.Column.JavaType>,Constable
- Enclosing class:
- TaackResultSetOuterClass.Column
public static enum TaackResultSetOuterClass.Column.JavaType
extends Enum<TaackResultSetOuterClass.Column.JavaType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
taack.jdbc.common.Column.JavaType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBIG_DECIMAL = 2;BOOL = 4;BYTE = 5;BYTES = 8;DATE = 0;INT = 7;LONG = 1;SHORT = 6;STRING = 3; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBIG_DECIMAL = 2;static final intBOOL = 4;static final intBYTE = 5;static final intBYTES = 8;static final intDATE = 0;static final intINT = 7;static final intLONG = 1;static final intSHORT = 6;static final intSTRING = 3; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<TaackResultSetOuterClass.Column.JavaType>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DATE
DATE = 0; -
LONG
LONG = 1; -
BIG_DECIMAL
BIG_DECIMAL = 2; -
STRING
STRING = 3; -
BOOL
BOOL = 4; -
BYTE
BYTE = 5; -
SHORT
SHORT = 6; -
INT
INT = 7; -
BYTES
BYTES = 8; -
UNRECOGNIZED
-
-
Field Details
-
DATE_VALUE
public static final int DATE_VALUEDATE = 0;- See Also:
-
LONG_VALUE
public static final int LONG_VALUELONG = 1;- See Also:
-
BIG_DECIMAL_VALUE
public static final int BIG_DECIMAL_VALUEBIG_DECIMAL = 2;- See Also:
-
STRING_VALUE
public static final int STRING_VALUESTRING = 3;- See Also:
-
BOOL_VALUE
public static final int BOOL_VALUEBOOL = 4;- See Also:
-
BYTE_VALUE
public static final int BYTE_VALUEBYTE = 5;- See Also:
-
SHORT_VALUE
public static final int SHORT_VALUESHORT = 6;- See Also:
-
INT_VALUE
public static final int INT_VALUEINT = 7;- See Also:
-
BYTES_VALUE
public static final int BYTES_VALUEBYTES = 8;- 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<TaackResultSetOuterClass.Column.JavaType> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static TaackResultSetOuterClass.Column.JavaType 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
-