Class TextFileField
- java.lang.Object
-
- org.pentaho.di.trans.steps.textfileoutput.TextFileField
-
-
Constructor Summary
Constructors Constructor Description TextFileField()TextFileField(String name, int type, String format, int length, int precision, String currencySymbol, String decimalSymbol, String groupSymbol, String nullString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()intcompare(Object obj)booleanequal(Object obj)StringgetCurrencySymbol()StringgetDecimalSymbol()StringgetFormat()StringgetGroupingSymbol()intgetLength()StringgetName()StringgetNullString()intgetPrecision()intgetTrimType()StringgetTrimTypeCode()StringgetTrimTypeDesc()intgetType()StringgetTypeDesc()voidsetCurrencySymbol(String currency_symbol)voidsetDecimalSymbol(String decimal_symbol)voidsetFormat(String format)voidsetGroupingSymbol(String group_symbol)voidsetLength(int length)voidsetName(String fieldname)voidsetNullString(String null_string)voidsetPrecision(int precision)voidsetTrimType(int trimType)voidsetTrimTypeByDesc(String value)voidsetType(int type)voidsetType(String typeDesc)StringtoString()
-
-
-
Method Detail
-
compare
public int compare(Object obj)
-
equal
public boolean equal(Object obj)
-
getLength
public int getLength()
-
setLength
public void setLength(int length)
-
getName
public String getName()
-
setName
public void setName(String fieldname)
-
getType
public int getType()
-
getTypeDesc
public String getTypeDesc()
-
setType
public void setType(int type)
-
setType
public void setType(String typeDesc)
-
getFormat
public String getFormat()
-
setFormat
public void setFormat(String format)
-
getGroupingSymbol
public String getGroupingSymbol()
-
setGroupingSymbol
public void setGroupingSymbol(String group_symbol)
-
getDecimalSymbol
public String getDecimalSymbol()
-
setDecimalSymbol
public void setDecimalSymbol(String decimal_symbol)
-
getCurrencySymbol
public String getCurrencySymbol()
-
setCurrencySymbol
public void setCurrencySymbol(String currency_symbol)
-
getPrecision
public int getPrecision()
-
setPrecision
public void setPrecision(int precision)
-
getNullString
public String getNullString()
-
setNullString
public void setNullString(String null_string)
-
getTrimType
public int getTrimType()
-
setTrimType
public void setTrimType(int trimType)
-
setTrimTypeByDesc
public void setTrimTypeByDesc(String value)
-
getTrimTypeCode
public String getTrimTypeCode()
-
getTrimTypeDesc
public String getTrimTypeDesc()
-
-