Package org.apache.flink.fnexecution.v1
Enum FlinkFnApi.CoderInfoDescriptor.DataTypeCase
- java.lang.Object
-
- java.lang.Enum<FlinkFnApi.CoderInfoDescriptor.DataTypeCase>
-
- org.apache.flink.fnexecution.v1.FlinkFnApi.CoderInfoDescriptor.DataTypeCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<FlinkFnApi.CoderInfoDescriptor.DataTypeCase>
- Enclosing class:
- FlinkFnApi.CoderInfoDescriptor
public static enum FlinkFnApi.CoderInfoDescriptor.DataTypeCase extends Enum<FlinkFnApi.CoderInfoDescriptor.DataTypeCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ARROW_TYPEDATATYPE_NOT_SETFLATTEN_ROW_TYPEOVER_WINDOW_ARROW_TYPERAW_TYPEROW_TYPE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FlinkFnApi.CoderInfoDescriptor.DataTypeCaseforNumber(int value)intgetNumber()static FlinkFnApi.CoderInfoDescriptor.DataTypeCasevalueOf(int value)Deprecated.static FlinkFnApi.CoderInfoDescriptor.DataTypeCasevalueOf(String name)Returns the enum constant of this type with the specified name.static FlinkFnApi.CoderInfoDescriptor.DataTypeCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FLATTEN_ROW_TYPE
public static final FlinkFnApi.CoderInfoDescriptor.DataTypeCase FLATTEN_ROW_TYPE
-
ROW_TYPE
public static final FlinkFnApi.CoderInfoDescriptor.DataTypeCase ROW_TYPE
-
ARROW_TYPE
public static final FlinkFnApi.CoderInfoDescriptor.DataTypeCase ARROW_TYPE
-
OVER_WINDOW_ARROW_TYPE
public static final FlinkFnApi.CoderInfoDescriptor.DataTypeCase OVER_WINDOW_ARROW_TYPE
-
RAW_TYPE
public static final FlinkFnApi.CoderInfoDescriptor.DataTypeCase RAW_TYPE
-
DATATYPE_NOT_SET
public static final FlinkFnApi.CoderInfoDescriptor.DataTypeCase DATATYPE_NOT_SET
-
-
Method Detail
-
values
public static FlinkFnApi.CoderInfoDescriptor.DataTypeCase[] 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 (FlinkFnApi.CoderInfoDescriptor.DataTypeCase c : FlinkFnApi.CoderInfoDescriptor.DataTypeCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FlinkFnApi.CoderInfoDescriptor.DataTypeCase 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 FlinkFnApi.CoderInfoDescriptor.DataTypeCase 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 FlinkFnApi.CoderInfoDescriptor.DataTypeCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-