Package com.ocient.jdbc.proto
Enum PlanProtocol.TestColumn.StartValsCase
- java.lang.Object
-
- java.lang.Enum<PlanProtocol.TestColumn.StartValsCase>
-
- com.ocient.jdbc.proto.PlanProtocol.TestColumn.StartValsCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<PlanProtocol.TestColumn.StartValsCase>
- Enclosing class:
- PlanProtocol.TestColumn
public static enum PlanProtocol.TestColumn.StartValsCase extends Enum<PlanProtocol.TestColumn.StartValsCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BIGINT_STARTBINARY_STARTBOOL_STARTBYTE_STARTDATE_STARTDOUBLE_STARTFLOAT_STARTINT_STARTIPV4_STARTSMALLINT_STARTSTARTVALS_NOT_SETTIMESTAMP_STARTVARCHAR_START
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PlanProtocol.TestColumn.StartValsCaseforNumber(int value)intgetNumber()static PlanProtocol.TestColumn.StartValsCasevalueOf(int value)Deprecated.static PlanProtocol.TestColumn.StartValsCasevalueOf(String name)Returns the enum constant of this type with the specified name.static PlanProtocol.TestColumn.StartValsCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BYTE_START
public static final PlanProtocol.TestColumn.StartValsCase BYTE_START
-
SMALLINT_START
public static final PlanProtocol.TestColumn.StartValsCase SMALLINT_START
-
INT_START
public static final PlanProtocol.TestColumn.StartValsCase INT_START
-
BIGINT_START
public static final PlanProtocol.TestColumn.StartValsCase BIGINT_START
-
FLOAT_START
public static final PlanProtocol.TestColumn.StartValsCase FLOAT_START
-
DOUBLE_START
public static final PlanProtocol.TestColumn.StartValsCase DOUBLE_START
-
BOOL_START
public static final PlanProtocol.TestColumn.StartValsCase BOOL_START
-
IPV4_START
public static final PlanProtocol.TestColumn.StartValsCase IPV4_START
-
VARCHAR_START
public static final PlanProtocol.TestColumn.StartValsCase VARCHAR_START
-
BINARY_START
public static final PlanProtocol.TestColumn.StartValsCase BINARY_START
-
DATE_START
public static final PlanProtocol.TestColumn.StartValsCase DATE_START
-
TIMESTAMP_START
public static final PlanProtocol.TestColumn.StartValsCase TIMESTAMP_START
-
STARTVALS_NOT_SET
public static final PlanProtocol.TestColumn.StartValsCase STARTVALS_NOT_SET
-
-
Method Detail
-
values
public static PlanProtocol.TestColumn.StartValsCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PlanProtocol.TestColumn.StartValsCase c : PlanProtocol.TestColumn.StartValsCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PlanProtocol.TestColumn.StartValsCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static PlanProtocol.TestColumn.StartValsCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static PlanProtocol.TestColumn.StartValsCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-