public static enum RunnerApi.DisplayData.Type extends Enum<RunnerApi.DisplayData.Type> implements com.google.protobuf.ProtocolMessageEnum
org.apache.beam.runner_api.v1.DisplayData.Type| Enum Constant and Description |
|---|
BOOLEAN
BOOLEAN = 3; |
DURATION
DURATION = 5; |
FLOAT
FLOAT = 2; |
INTEGER
INTEGER = 1; |
JAVA_CLASS
JAVA_CLASS = 6; |
STRING
STRING = 0; |
TIMESTAMP
TIMESTAMP = 4; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_VALUE
BOOLEAN = 3; |
static int |
DURATION_VALUE
DURATION = 5; |
static int |
FLOAT_VALUE
FLOAT = 2; |
static int |
INTEGER_VALUE
INTEGER = 1; |
static int |
JAVA_CLASS_VALUE
JAVA_CLASS = 6; |
static int |
STRING_VALUE
STRING = 0; |
static int |
TIMESTAMP_VALUE
TIMESTAMP = 4; |
| Modifier and Type | Method and Description |
|---|---|
static RunnerApi.DisplayData.Type |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RunnerApi.DisplayData.Type> |
internalGetValueMap() |
static RunnerApi.DisplayData.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RunnerApi.DisplayData.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RunnerApi.DisplayData.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnerApi.DisplayData.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunnerApi.DisplayData.Type STRING
STRING = 0;public static final RunnerApi.DisplayData.Type INTEGER
INTEGER = 1;public static final RunnerApi.DisplayData.Type FLOAT
FLOAT = 2;public static final RunnerApi.DisplayData.Type BOOLEAN
BOOLEAN = 3;public static final RunnerApi.DisplayData.Type TIMESTAMP
TIMESTAMP = 4;public static final RunnerApi.DisplayData.Type DURATION
DURATION = 5;public static final RunnerApi.DisplayData.Type JAVA_CLASS
JAVA_CLASS = 6;public static final RunnerApi.DisplayData.Type UNRECOGNIZED
public static final int STRING_VALUE
STRING = 0;public static final int INTEGER_VALUE
INTEGER = 1;public static final int FLOAT_VALUE
FLOAT = 2;public static final int BOOLEAN_VALUE
BOOLEAN = 3;public static final int TIMESTAMP_VALUE
TIMESTAMP = 4;public static final int DURATION_VALUE
DURATION = 5;public static final int JAVA_CLASS_VALUE
JAVA_CLASS = 6;public static RunnerApi.DisplayData.Type[] values()
for (RunnerApi.DisplayData.Type c : RunnerApi.DisplayData.Type.values()) System.out.println(c);
public static RunnerApi.DisplayData.Type 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RunnerApi.DisplayData.Type valueOf(int value)
forNumber(int) instead.public static RunnerApi.DisplayData.Type forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RunnerApi.DisplayData.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RunnerApi.DisplayData.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.