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