public abstract class ImportColumn
extends java.lang.Object
aliasName
and dataType
.Constructor and Description |
---|
ImportColumn(java.lang.String aliasName,
DataType<?> dataType)
Creates a new instance of this object with the given parameters.
|
ImportColumn(java.lang.String aliasName,
DataType<?> dataType,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAliasName()
Gets the alias name.
|
DataType<?> |
getDataType()
Gets the data type.
|
boolean |
isCleansing()
Should non-matching values be replaced with NULL values.
|
void |
setAliasName(java.lang.String aliasName)
Sets the alias name.
|
void |
setCleansing(boolean cleansing)
Should we perform cleansing
|
void |
setDataType(DataType<?> dataType)
Sets the data type.
|
public ImportColumn(java.lang.String aliasName, DataType<?> dataType)
public java.lang.String getAliasName()
aliasName
public boolean isCleansing()
public void setAliasName(java.lang.String aliasName)
aliasName
- aliasName
public void setCleansing(boolean cleansing)
cleansing
-