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 Object
clone()
void
flipRepeated()
String
getCurrencySymbol()
String
getDecimalSymbol()
String
getFormat()
String
getGroupSymbol()
int
getLength()
String
getName()
int
getPrecision()
int
getTrimType()
String
getTrimTypeCode()
String
getTrimTypeDesc()
int
getType()
String
getTypeDesc()
boolean
isRepeated()
void
setCurrencySymbol(String currency_symbol)
void
setDecimalSymbol(String decimal_symbol)
void
setFormat(String format)
void
setGroupSymbol(String group_symbol)
void
setLength(int length)
void
setName(String fieldname)
void
setPrecision(int precision)
void
setRepeated(boolean repeat)
void
setTrimType(int trimtype)
void
setTrimType(String trimType)
void
setType(int type)
void
setType(String typeDesc)
String
toString()
-
-
-
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()
-
-