public abstract class ImportColumnIndexed extends ImportColumn implements IImportColumnIndexed
ImportColumnExcel}
,
ImportColumnCSV}
Constructor and Description |
---|
ImportColumnIndexed(int index,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnIndexed(int index,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnIndexed(int index,
java.lang.String aliasName,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnIndexed(int index,
java.lang.String aliasName,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnIndexed(java.lang.String name,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnIndexed(java.lang.String name,
DataType<?> datatype,
boolean cleansing)
Creates a new instance of this object with the given parameters.
|
ImportColumnIndexed(java.lang.String name,
java.lang.String aliasName,
DataType<?> datatype)
Creates a new instance of this object with the given parameters.
|
ImportColumnIndexed(java.lang.String name,
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 |
---|---|
int |
getIndex()
Returns the index this column refers to.
|
java.lang.String |
getName()
Gets the name.
|
boolean |
isIndexSpecified()
Returns whether an index was given.
|
void |
setIndex(int index)
Sets the index this columns refers to.
|
void |
setName(java.lang.String name)
Sets the name.
|
getAliasName, getDataType, isCleansing, setAliasName, setCleansing, setDataType
public ImportColumnIndexed(int index, DataType<?> datatype)
index
- index
datatype
- ImportColumn.dataType
public ImportColumnIndexed(int index, DataType<?> datatype, boolean cleansing)
index
- index
datatype
- ImportColumn.dataType
cleansing
- public ImportColumnIndexed(int index, java.lang.String aliasName, DataType<?> datatype)
index
- index
aliasName
- ImportColumn.setAliasName(String)
datatype
- ImportColumn.dataType
public ImportColumnIndexed(int index, java.lang.String aliasName, DataType<?> datatype, boolean cleansing)
index
- index
aliasName
- ImportColumn.setAliasName(String)
datatype
- ImportColumn.dataType
cleansing
- public ImportColumnIndexed(java.lang.String name, DataType<?> datatype)
name
- datatype
- public ImportColumnIndexed(java.lang.String name, DataType<?> datatype, boolean cleansing)
name
- datatype
- cleansing
- public ImportColumnIndexed(java.lang.String name, java.lang.String aliasName, DataType<?> datatype)
name
- aliasName
- datatype
- public ImportColumnIndexed(java.lang.String name, java.lang.String aliasName, DataType<?> datatype, boolean cleansing)
name
- aliasName
- datatype
- cleansing
- public int getIndex()
IImportColumnIndexed
getIndex
in interface IImportColumnIndexed
index
public java.lang.String getName()
public boolean isIndexSpecified()
public void setIndex(int index)
IImportColumnIndexed
setIndex
in interface IImportColumnIndexed
index
- index
public void setName(java.lang.String name)
name
-