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