Modifier and Type | Field and Description |
---|---|
static String[] |
trimTypeCode |
static String[] |
trimTypeDesc |
static int |
TYPE_TRIM_BOTH |
static int |
TYPE_TRIM_LEFT |
static int |
TYPE_TRIM_NONE |
static int |
TYPE_TRIM_RIGHT |
Constructor and Description |
---|
YamlInputField() |
YamlInputField(Node fnode) |
YamlInputField(String fieldname) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
getCurrencySymbol() |
String |
getDecimalSymbol() |
String |
getFormat() |
String |
getGroupSymbol() |
int |
getLength() |
String |
getName() |
String |
getPath() |
int |
getPrecision() |
int |
getTrimType() |
static int |
getTrimTypeByCode(String tt) |
static int |
getTrimTypeByDesc(String tt) |
String |
getTrimTypeCode() |
static String |
getTrimTypeCode(int i) |
String |
getTrimTypeDesc() |
static String |
getTrimTypeDesc(int i) |
int |
getType() |
String |
getTypeDesc() |
String |
getXML() |
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 |
setPath(String fieldpath) |
void |
setPrecision(int precision) |
void |
setTrimType(int trimtype) |
void |
setType(int type) |
public static final int TYPE_TRIM_NONE
public static final int TYPE_TRIM_LEFT
public static final int TYPE_TRIM_RIGHT
public static final int TYPE_TRIM_BOTH
public static final String[] trimTypeCode
public static final String[] trimTypeDesc
public YamlInputField(String fieldname)
public YamlInputField()
public YamlInputField(Node fnode) throws KettleValueException
KettleValueException
public String getXML()
public static final int getTrimTypeByCode(String tt)
public static final int getTrimTypeByDesc(String tt)
public static final String getTrimTypeCode(int i)
public static final String getTrimTypeDesc(int i)
public int getLength()
public void setLength(int length)
public String getName()
public String getPath()
public void setPath(String fieldpath)
public void setName(String fieldname)
public int getType()
public String getTypeDesc()
public void setType(int type)
public String getFormat()
public void setFormat(String format)
public int getTrimType()
public String getTrimTypeCode()
public String getTrimTypeDesc()
public void setTrimType(int 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)
Copyright © 2018 Hitachi Vantara. All rights reserved.