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, setDataTypepublic ImportColumnIndexed(int index,
DataType<?> datatype)
index - indexdatatype - ImportColumn.dataTypepublic ImportColumnIndexed(int index,
DataType<?> datatype,
boolean cleansing)
index - indexdatatype - ImportColumn.dataTypecleansing - public ImportColumnIndexed(int index,
java.lang.String aliasName,
DataType<?> datatype)
index - indexaliasName - ImportColumn.setAliasName(String)datatype - ImportColumn.dataTypepublic ImportColumnIndexed(int index,
java.lang.String aliasName,
DataType<?> datatype,
boolean cleansing)
index - indexaliasName - ImportColumn.setAliasName(String)datatype - ImportColumn.dataTypecleansing - 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()
IImportColumnIndexedgetIndex in interface IImportColumnIndexedindexpublic java.lang.String getName()
public boolean isIndexSpecified()
public void setIndex(int index)
IImportColumnIndexedsetIndex in interface IImportColumnIndexedindex - indexpublic void setName(java.lang.String name)
name -