Class ExcelInputField
- java.lang.Object
-
- org.pentaho.di.trans.steps.excelinput.ExcelInputField
-
-
Constructor Summary
Constructors Constructor Description ExcelInputField()ExcelInputField(String fieldname, int position, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()voidflipRepeated()StringgetCurrencySymbol()StringgetDecimalSymbol()StringgetFormat()StringgetGroupSymbol()intgetLength()StringgetName()intgetPrecision()intgetTrimType()StringgetTrimTypeCode()StringgetTrimTypeDesc()intgetType()StringgetTypeDesc()booleanisRepeated()voidsetCurrencySymbol(String currency_symbol)voidsetDecimalSymbol(String decimal_symbol)voidsetFormat(String format)voidsetGroupSymbol(String group_symbol)voidsetLength(int length)voidsetName(String fieldname)voidsetPrecision(int precision)voidsetRepeated(boolean repeat)voidsetTrimType(int trimtype)voidsetTrimType(String trimType)voidsetType(int type)voidsetType(String typeDesc)StringtoString()
-
-
-
Constructor Detail
-
ExcelInputField
public ExcelInputField(String fieldname, int position, int length)
-
ExcelInputField
public ExcelInputField()
-
-
Method Detail
-
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)
-
getTrimType
public int getTrimType()
-
getTrimTypeCode
public String getTrimTypeCode()
-
getTrimTypeDesc
public String getTrimTypeDesc()
-
setTrimType
public void setTrimType(int trimtype)
-
setTrimType
public void setTrimType(String trimType)
-
getGroupSymbol
public String getGroupSymbol()
-
setGroupSymbol
public void setGroupSymbol(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)
-
isRepeated
public boolean isRepeated()
-
setRepeated
public void setRepeated(boolean repeat)
-
flipRepeated
public void flipRepeated()
-
-