Class LoadFileInputField
java.lang.Object
org.pentaho.di.trans.steps.loadfileinput.LoadFileInputField
- All Implemented Interfaces:
Cloneable
Describes a field
- Since:
- 20-06-2007
- Author:
- Samatar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
void
int
static final int
static final int
static final String
getElementTypeCode
(int i) static final String
getElementTypeDesc
(int i) int
getName()
int
int
static final int
static final int
static final String
getTrimTypeCode
(int i) static final String
getTrimTypeDesc
(int i) int
getType()
getXML()
void
guess()
boolean
void
setCurrencySymbol
(String currency_symbol) void
setDecimalSymbol
(String decimal_symbol) void
setElementType
(int element_type) void
void
setGroupSymbol
(String group_symbol) void
setLength
(int length) void
void
setPrecision
(int precision) void
setRepeated
(boolean repeat) void
setTrimType
(int trimtype) void
setType
(int type)
-
Field Details
-
TYPE_TRIM_NONE
public static final int TYPE_TRIM_NONE- See Also:
-
TYPE_TRIM_LEFT
public static final int TYPE_TRIM_LEFT- See Also:
-
TYPE_TRIM_RIGHT
public static final int TYPE_TRIM_RIGHT- See Also:
-
TYPE_TRIM_BOTH
public static final int TYPE_TRIM_BOTH- See Also:
-
trimTypeCode
-
trimTypeDesc
-
ELEMENT_TYPE_FILECONTENT
public static final int ELEMENT_TYPE_FILECONTENT- See Also:
-
ELEMENT_TYPE_FILESIZE
public static final int ELEMENT_TYPE_FILESIZE- See Also:
-
ElementTypeCode
-
ElementTypeDesc
-
-
Constructor Details
-
LoadFileInputField
-
LoadFileInputField
public LoadFileInputField() -
LoadFileInputField
- Throws:
org.pentaho.di.core.exception.KettleValueException
-
-
Method Details
-
getXML
-
getTrimTypeByCode
-
getElementTypeByCode
-
getTrimTypeByDesc
-
getElementTypeByDesc
-
getTrimTypeCode
-
getElementTypeCode
-
getTrimTypeDesc
-
getElementTypeDesc
-
clone
-
getLength
public int getLength() -
setLength
public void setLength(int length) -
getName
-
setName
-
getType
public int getType() -
getTypeDesc
-
setType
public void setType(int type) -
getFormat
-
setFormat
-
getTrimType
public int getTrimType() -
getElementType
public int getElementType() -
getTrimTypeCode
-
getElementTypeCode
-
getTrimTypeDesc
-
getElementTypeDesc
-
setTrimType
public void setTrimType(int trimtype) -
setElementType
public void setElementType(int element_type) -
getGroupSymbol
-
setGroupSymbol
-
getDecimalSymbol
-
setDecimalSymbol
-
getCurrencySymbol
-
setCurrencySymbol
-
getPrecision
public int getPrecision() -
setPrecision
public void setPrecision(int precision) -
isRepeated
public boolean isRepeated() -
setRepeated
public void setRepeated(boolean repeat) -
flipRepeated
public void flipRepeated() -
getFieldPositionsCode
-
guess
public void guess()
-