public enum DataType extends Enum<DataType>
| Enum Constant and Description |
|---|
BLOB
Used for Blob step data.
|
BOOLEAN
Used for Boolean step data.
|
DOUBLE
Used for Double step data.
|
LONG
Used for Long step data.
|
STRING
Used for String step data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeStoredInDBStateStore() |
Class<?> |
getJavaType() |
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.
|
public static final DataType STRING
public static final DataType LONG
public static final DataType DOUBLE
public static final DataType BOOLEAN
public static final DataType BLOB
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 boolean canBeStoredInDBStateStore()
public Class<?> getJavaType()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries