Class TextFileField
java.lang.Object
org.pentaho.di.trans.steps.textfileoutput.TextFileField
- All Implemented Interfaces:
Cloneable
Describes a single field in a text file
- Since:
- 11-05-2005
- Author:
- Matt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
boolean
int
getName()
int
int
int
getType()
void
setCurrencySymbol
(String currency_symbol) void
setDecimalSymbol
(String decimal_symbol) void
void
setGroupingSymbol
(String group_symbol) void
setLength
(int length) void
void
setNullString
(String null_string) void
setPrecision
(int precision) void
setTrimType
(int trimType) void
setTrimTypeByDesc
(String value) void
setType
(int type) void
toString()
-
Constructor Details
-
TextFileField
-
TextFileField
public TextFileField()
-
-
Method Details
-
compare
-
equal
-
clone
-
getLength
public int getLength() -
setLength
public void setLength(int length) -
getName
-
setName
-
getType
public int getType() -
getTypeDesc
-
setType
public void setType(int type) -
setType
-
getFormat
-
setFormat
-
getGroupingSymbol
-
setGroupingSymbol
-
getDecimalSymbol
-
setDecimalSymbol
-
getCurrencySymbol
-
setCurrencySymbol
-
getPrecision
public int getPrecision() -
setPrecision
public void setPrecision(int precision) -
getNullString
-
setNullString
-
toString
-
getTrimType
public int getTrimType() -
setTrimType
public void setTrimType(int trimType) -
setTrimTypeByDesc
-
getTrimTypeCode
-
getTrimTypeDesc
-