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