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