Class TextFileInputField
- java.lang.Object
-
- org.pentaho.di.trans.steps.textfileinput.TextFileInputField
-
- All Implemented Interfaces:
Cloneable,Comparable<org.pentaho.di.core.gui.TextFileInputFieldInterface>,org.pentaho.di.core.gui.TextFileInputFieldInterface
@Deprecated public class TextFileInputField extends Object implements Cloneable, org.pentaho.di.core.gui.TextFileInputFieldInterface
Deprecated.replaced by implementation in the ...steps.fileinput.text packageDescribes a single field in a text file- Since:
- 19-04-2004
- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description TextFileInputField()Deprecated.TextFileInputField(String fieldname, int position, int length)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectclone()Deprecated.intcompare(Object obj)Deprecated.intcompareTo(org.pentaho.di.core.gui.TextFileInputFieldInterface field)Deprecated.org.pentaho.di.core.gui.TextFileInputFieldInterfacecreateNewInstance(String newFieldname, int x, int newlength)Deprecated.booleanequal(Object obj)Deprecated.voidflipIgnored()Deprecated.voidflipRepeated()Deprecated.StringgetCurrencySymbol()Deprecated.StringgetDecimalSymbol()Deprecated.StringgetFormat()Deprecated.StringgetGroupSymbol()Deprecated.StringgetIfNullValue()Deprecated.intgetLength()Deprecated.StringgetName()Deprecated.StringgetNullString()Deprecated.intgetPosition()Deprecated.intgetPrecision()Deprecated.String[]getSamples()Deprecated.intgetTrimType()Deprecated.StringgetTrimTypeCode()Deprecated.StringgetTrimTypeDesc()Deprecated.intgetType()Deprecated.StringgetTypeDesc()Deprecated.voidguess()Deprecated.voidguessIgnore()Deprecated.static intguessPrecision(double d)Deprecated.voidguessTrimType()Deprecated.voidguessType()Deprecated.booleanisIgnored()Deprecated.booleanisRepeated()Deprecated.voidsetCurrencySymbol(String currency_symbol)Deprecated.voidsetDecimalSymbol(String decimal_symbol)Deprecated.voidsetFormat(String format)Deprecated.voidsetGroupSymbol(String group_symbol)Deprecated.voidsetIfNullValue(String ifNullValue)Deprecated.voidsetIgnored(boolean ignore)Deprecated.voidsetLength(int length)Deprecated.voidsetName(String fieldname)Deprecated.voidsetNullString(String null_string)Deprecated.voidsetPosition(int position)Deprecated.voidsetPrecision(int precision)Deprecated.voidsetRepeated(boolean repeat)Deprecated.voidsetSamples(String[] samples)Deprecated.voidsetTrimType(int trimtype)Deprecated.voidsetType(int type)Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
TextFileInputField
public TextFileInputField(String fieldname, int position, int length)
Deprecated.
-
TextFileInputField
public TextFileInputField()
Deprecated.
-
-
Method Detail
-
compare
public int compare(Object obj)
Deprecated.
-
compareTo
public int compareTo(org.pentaho.di.core.gui.TextFileInputFieldInterface field)
Deprecated.- Specified by:
compareToin interfaceComparable<org.pentaho.di.core.gui.TextFileInputFieldInterface>
-
equal
public boolean equal(Object obj)
Deprecated.
-
getPosition
public int getPosition()
Deprecated.- Specified by:
getPositionin interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-
setPosition
public void setPosition(int position)
Deprecated.
-
getLength
public int getLength()
Deprecated.- Specified by:
getLengthin interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-
setLength
public void setLength(int length)
Deprecated.- Specified by:
setLengthin interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-
setName
public void setName(String fieldname)
Deprecated.
-
getType
public int getType()
Deprecated.
-
getTypeDesc
public String getTypeDesc()
Deprecated.
-
setType
public void setType(int type)
Deprecated.
-
isIgnored
public boolean isIgnored()
Deprecated.
-
setIgnored
public void setIgnored(boolean ignore)
Deprecated.
-
flipIgnored
public void flipIgnored()
Deprecated.
-
getFormat
public String getFormat()
Deprecated.
-
setFormat
public void setFormat(String format)
Deprecated.
-
setSamples
public void setSamples(String[] samples)
Deprecated.
-
getSamples
public String[] getSamples()
Deprecated.
-
getTrimType
public int getTrimType()
Deprecated.
-
getTrimTypeCode
public String getTrimTypeCode()
Deprecated.
-
getTrimTypeDesc
public String getTrimTypeDesc()
Deprecated.
-
setTrimType
public void setTrimType(int trimtype)
Deprecated.
-
getGroupSymbol
public String getGroupSymbol()
Deprecated.
-
setGroupSymbol
public void setGroupSymbol(String group_symbol)
Deprecated.
-
getDecimalSymbol
public String getDecimalSymbol()
Deprecated.
-
setDecimalSymbol
public void setDecimalSymbol(String decimal_symbol)
Deprecated.
-
getCurrencySymbol
public String getCurrencySymbol()
Deprecated.
-
setCurrencySymbol
public void setCurrencySymbol(String currency_symbol)
Deprecated.
-
getPrecision
public int getPrecision()
Deprecated.
-
setPrecision
public void setPrecision(int precision)
Deprecated.
-
isRepeated
public boolean isRepeated()
Deprecated.
-
setRepeated
public void setRepeated(boolean repeat)
Deprecated.
-
flipRepeated
public void flipRepeated()
Deprecated.
-
getNullString
public String getNullString()
Deprecated.
-
setNullString
public void setNullString(String null_string)
Deprecated.
-
getIfNullValue
public String getIfNullValue()
Deprecated.
-
setIfNullValue
public void setIfNullValue(String ifNullValue)
Deprecated.
-
guess
public void guess()
Deprecated.
-
guessTrimType
public void guessTrimType()
Deprecated.
-
guessType
public void guessType()
Deprecated.
-
guessPrecision
public static final int guessPrecision(double d)
Deprecated.
-
guessIgnore
public void guessIgnore()
Deprecated.
-
createNewInstance
public org.pentaho.di.core.gui.TextFileInputFieldInterface createNewInstance(String newFieldname, int x, int newlength)
Deprecated.- Specified by:
createNewInstancein interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-
-