public class TextFileInputField extends Object implements Cloneable, org.pentaho.di.core.gui.TextFileInputFieldInterface
Constructor and Description |
---|
TextFileInputField()
Deprecated.
|
TextFileInputField(String fieldname,
int position,
int length)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Deprecated.
|
int |
compare(Object obj)
Deprecated.
|
int |
compareTo(org.pentaho.di.core.gui.TextFileInputFieldInterface field)
Deprecated.
|
org.pentaho.di.core.gui.TextFileInputFieldInterface |
createNewInstance(String newFieldname,
int x,
int newlength)
Deprecated.
|
boolean |
equal(Object obj)
Deprecated.
|
void |
flipIgnored()
Deprecated.
|
void |
flipRepeated()
Deprecated.
|
String |
getCurrencySymbol()
Deprecated.
|
String |
getDecimalSymbol()
Deprecated.
|
String |
getFormat()
Deprecated.
|
String |
getGroupSymbol()
Deprecated.
|
String |
getIfNullValue()
Deprecated.
|
int |
getLength()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getNullString()
Deprecated.
|
int |
getPosition()
Deprecated.
|
int |
getPrecision()
Deprecated.
|
int |
getTrimType()
Deprecated.
|
String |
getTrimTypeCode()
Deprecated.
|
String |
getTrimTypeDesc()
Deprecated.
|
int |
getType()
Deprecated.
|
String |
getTypeDesc()
Deprecated.
|
void |
guess()
Deprecated.
|
void |
guessIgnore()
Deprecated.
|
static int |
guessPrecision(double d)
Deprecated.
|
void |
guessTrimType()
Deprecated.
|
void |
guessType()
Deprecated.
|
boolean |
isIgnored()
Deprecated.
|
boolean |
isRepeated()
Deprecated.
|
void |
setCurrencySymbol(String currency_symbol)
Deprecated.
|
void |
setDecimalSymbol(String decimal_symbol)
Deprecated.
|
void |
setFormat(String format)
Deprecated.
|
void |
setGroupSymbol(String group_symbol)
Deprecated.
|
void |
setIfNullValue(String ifNullValue)
Deprecated.
|
void |
setIgnored(boolean ignore)
Deprecated.
|
void |
setLength(int length)
Deprecated.
|
void |
setName(String fieldname)
Deprecated.
|
void |
setNullString(String null_string)
Deprecated.
|
void |
setPosition(int position)
Deprecated.
|
void |
setPrecision(int precision)
Deprecated.
|
void |
setRepeated(boolean repeat)
Deprecated.
|
void |
setSamples(String[] samples)
Deprecated.
|
void |
setTrimType(int trimtype)
Deprecated.
|
void |
setType(int type)
Deprecated.
|
String |
toString()
Deprecated.
|
public TextFileInputField(String fieldname, int position, int length)
public TextFileInputField()
public int compare(Object obj)
public int compareTo(org.pentaho.di.core.gui.TextFileInputFieldInterface field)
compareTo
in interface Comparable<org.pentaho.di.core.gui.TextFileInputFieldInterface>
public boolean equal(Object obj)
public int getPosition()
getPosition
in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
public void setPosition(int position)
public int getLength()
getLength
in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
public void setLength(int length)
setLength
in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
public String getName()
getName
in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
public void setName(String fieldname)
public int getType()
public String getTypeDesc()
public void setType(int type)
public boolean isIgnored()
public void setIgnored(boolean ignore)
public void flipIgnored()
public String getFormat()
public void setFormat(String format)
public void setSamples(String[] samples)
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)
public boolean isRepeated()
public void setRepeated(boolean repeat)
public void flipRepeated()
public String getNullString()
public void setNullString(String null_string)
public String getIfNullValue()
public void setIfNullValue(String ifNullValue)
public void guess()
public void guessTrimType()
public void guessType()
public static final int guessPrecision(double d)
public void guessIgnore()
public org.pentaho.di.core.gui.TextFileInputFieldInterface createNewInstance(String newFieldname, int x, int newlength)
createNewInstance
in interface org.pentaho.di.core.gui.TextFileInputFieldInterface