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()voidintstatic final intstatic final intstatic final StringgetElementTypeCode(int i) static final StringgetElementTypeDesc(int i) intgetName()intintstatic final intstatic final intstatic final StringgetTrimTypeCode(int i) static final StringgetTrimTypeDesc(int i) intgetType()getXML()voidguess()booleanvoidsetCurrencySymbol(String currency_symbol) voidsetDecimalSymbol(String decimal_symbol) voidsetElementType(int element_type) voidvoidsetGroupSymbol(String group_symbol) voidsetLength(int length) voidvoidsetPrecision(int precision) voidsetRepeated(boolean repeat) voidsetTrimType(int trimtype) voidsetType(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()
-