public class ImportColumnExcel extends ImportColumnIndexed
ImportColumnIndexed).| Constructor and Description |
|---|
ImportColumnExcel(int index,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnExcel(int index,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnExcel(int index,
java.lang.String aliasName,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnExcel(int index,
java.lang.String aliasName,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnExcel(java.lang.String name,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnExcel(java.lang.String name,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnExcel(java.lang.String name,
java.lang.String alias,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnExcel(java.lang.String name,
java.lang.String alias,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
getIndex, getName, isIndexSpecified, setIndex, setNamegetAliasName, getDataType, isCleansing, setAliasName, setCleansing, setDataTypepublic ImportColumnExcel(int index,
DataType<?> datatype)
index - the indexdatatype - the datatypeImportColumnIndexed}public ImportColumnExcel(int index,
DataType<?> datatype,
boolean cleansing)
index - the indexdatatype - the datatypecleansing - the cleansingpublic ImportColumnExcel(int index,
java.lang.String aliasName,
DataType<?> datatype)
index - the indexaliasName - the alias namedatatype - the datatypeImportColumnIndexed}public ImportColumnExcel(int index,
java.lang.String aliasName,
DataType<?> datatype,
boolean cleansing)
index - the indexaliasName - the alias namedatatype - the datatypecleansing - the cleansingpublic ImportColumnExcel(java.lang.String name,
DataType<?> datatype)
name - the namedatatype - the datatypepublic ImportColumnExcel(java.lang.String name,
DataType<?> datatype,
boolean cleansing)
name - the namedatatype - the datatypecleansing - the cleansingpublic ImportColumnExcel(java.lang.String name,
java.lang.String alias,
DataType<?> datatype)
name - the namealias - the aliasdatatype - the datatypepublic ImportColumnExcel(java.lang.String name,
java.lang.String alias,
DataType<?> datatype,
boolean cleansing)
name - the namealias - the aliasdatatype - the datatypecleansing - the cleansing