public static enum FlinkFnApi.TypeInfo.TypeInfoCase extends Enum<FlinkFnApi.TypeInfo.TypeInfoCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
AVRO_TYPE_INFO |
COLLECTION_ELEMENT_TYPE |
MAP_TYPE_INFO |
ROW_TYPE_INFO |
TUPLE_TYPE_INFO |
TYPEINFO_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static FlinkFnApi.TypeInfo.TypeInfoCase |
forNumber(int value) |
int |
getNumber() |
static FlinkFnApi.TypeInfo.TypeInfoCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlinkFnApi.TypeInfo.TypeInfoCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlinkFnApi.TypeInfo.TypeInfoCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlinkFnApi.TypeInfo.TypeInfoCase COLLECTION_ELEMENT_TYPE
public static final FlinkFnApi.TypeInfo.TypeInfoCase ROW_TYPE_INFO
public static final FlinkFnApi.TypeInfo.TypeInfoCase TUPLE_TYPE_INFO
public static final FlinkFnApi.TypeInfo.TypeInfoCase MAP_TYPE_INFO
public static final FlinkFnApi.TypeInfo.TypeInfoCase AVRO_TYPE_INFO
public static final FlinkFnApi.TypeInfo.TypeInfoCase TYPEINFO_NOT_SET
public static FlinkFnApi.TypeInfo.TypeInfoCase[] values()
for (FlinkFnApi.TypeInfo.TypeInfoCase c : FlinkFnApi.TypeInfo.TypeInfoCase.values()) System.out.println(c);
public static FlinkFnApi.TypeInfo.TypeInfoCase 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 null@Deprecated public static FlinkFnApi.TypeInfo.TypeInfoCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static FlinkFnApi.TypeInfo.TypeInfoCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.