public enum DataType extends Enum<DataType>
| Enum Constant and Description |
|---|
BOOLEAN |
BYTE |
CSV |
DATE |
DATE_TIME |
DECIMAL |
DOUBLE |
ENUM |
FLATFILE |
FLOAT |
INTEGER |
JSON |
LIST |
LONG |
MAP |
NUMBER
Deprecated.
|
POJO |
SHORT |
STREAM
Deprecated.
|
STRING |
UNKNOWN |
VOID
Deprecated.
|
XML |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultImplementationClass() |
List<Operator> |
getSupportedOperators() |
static DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final DataType VOID
public static final DataType UNKNOWN
public static final DataType BOOLEAN
@Deprecated public static final DataType NUMBER
public static final DataType INTEGER
public static final DataType DOUBLE
public static final DataType DECIMAL
public static final DataType FLOAT
public static final DataType STRING
public static final DataType SHORT
public static final DataType LONG
public static final DataType BYTE
@Deprecated public static final DataType STREAM
public static final DataType ENUM
public static final DataType DATE
public static final DataType DATE_TIME
public static final DataType POJO
public static final DataType LIST
public static final DataType MAP
public static final DataType XML
public static final DataType CSV
public static final DataType JSON
public static final DataType FLATFILE
public static DataType[] values()
for (DataType c : DataType.values()) System.out.println(c);
public static DataType 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 getDefaultImplementationClass()
Copyright © 2016 MuleSoft, Inc.. All rights reserved.