public static enum DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum extends Enum<DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum.Adapter |
| Enum Constant and Description |
|---|
METAANDDATA |
METADATA |
| Modifier and Type | Method and Description |
|---|---|
static DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Metadata") public static final DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum METADATA
@SerializedName(value="MetaAndData") public static final DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum METAANDDATA
public static DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum[] values()
for (DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum c : DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum.values()) System.out.println(c);
public static DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum 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 String getValue()
public String toString()
toString in class Enum<DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum>public static DataFlowTaskForDescribeDataFlowTasksOutput.DataTypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.