Constructor and Description |
---|
ExcelInputField() |
ExcelInputField(String fieldname,
int position,
int length) |
Modifier and Type | Method and 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() |
public ExcelInputField(String fieldname, int position, int length)
public ExcelInputField()
public int getLength()
public void setLength(int length)
public String getName()
public void setName(String fieldname)
public int getType()
public String getTypeDesc()
public void setType(int type)
public void setType(String typeDesc)
public String getFormat()
public void setFormat(String format)
public int getTrimType()
public String getTrimTypeCode()
public String getTrimTypeDesc()
public void setTrimType(int trimtype)
public void setTrimType(String trimType)
public String getGroupSymbol()
public void setGroupSymbol(String group_symbol)
public String getDecimalSymbol()
public void setDecimalSymbol(String decimal_symbol)
public String getCurrencySymbol()
public void setCurrencySymbol(String currency_symbol)
public int getPrecision()
public void setPrecision(int precision)
public boolean isRepeated()
public void setRepeated(boolean repeat)
public void flipRepeated()
Copyright © 2018 Hitachi Vantara. All rights reserved.