public static enum TransformOperation.Type extends Enum<TransformOperation.Type>
TransformOperation.type()| Enum Constant and Description |
|---|
CAST_COLUMN_TYPE_OPERATION |
CREATE_COLUMNS_OPERATION |
FILTER_OPERATION |
OVERRIDE_DATASET_PARAMETER_OPERATION |
PROJECT_OPERATION |
RENAME_COLUMN_OPERATION |
TAG_COLUMN_OPERATION |
UNKNOWN_TO_SDK_VERSION |
UNTAG_COLUMN_OPERATION |
| Modifier and Type | Method and Description |
|---|---|
static TransformOperation.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformOperation.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformOperation.Type PROJECT_OPERATION
public static final TransformOperation.Type FILTER_OPERATION
public static final TransformOperation.Type CREATE_COLUMNS_OPERATION
public static final TransformOperation.Type RENAME_COLUMN_OPERATION
public static final TransformOperation.Type CAST_COLUMN_TYPE_OPERATION
public static final TransformOperation.Type TAG_COLUMN_OPERATION
public static final TransformOperation.Type UNTAG_COLUMN_OPERATION
public static final TransformOperation.Type OVERRIDE_DATASET_PARAMETER_OPERATION
public static final TransformOperation.Type UNKNOWN_TO_SDK_VERSION
public static TransformOperation.Type[] values()
for (TransformOperation.Type c : TransformOperation.Type.values()) System.out.println(c);
public static TransformOperation.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 nullCopyright © 2023. All rights reserved.