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 package
Describes a single field in a text file
- Since:
- 19-04-2004
- Author:
- Matt
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.TextFileInputField(String fieldname, int position, int length) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.intDeprecated.intcompareTo(org.pentaho.di.core.gui.TextFileInputFieldInterface field) Deprecated.org.pentaho.di.core.gui.TextFileInputFieldInterfacecreateNewInstance(String newFieldname, int x, int newlength) Deprecated.booleanDeprecated.voidDeprecated.voidDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.intDeprecated.getName()Deprecated.Deprecated.intDeprecated.intDeprecated.String[]Deprecated.intDeprecated.Deprecated.Deprecated.intgetType()Deprecated.Deprecated.voidguess()Deprecated.voidDeprecated.static final intguessPrecision(double d) Deprecated.voidDeprecated.voidDeprecated.booleanDeprecated.booleanDeprecated.voidsetCurrencySymbol(String currency_symbol) Deprecated.voidsetDecimalSymbol(String decimal_symbol) Deprecated.voidDeprecated.voidsetGroupSymbol(String group_symbol) Deprecated.voidsetIfNullValue(String ifNullValue) Deprecated.voidsetIgnored(boolean ignore) Deprecated.voidsetLength(int length) Deprecated.voidDeprecated.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.toString()Deprecated.
-
Constructor Details
-
TextFileInputField
Deprecated. -
TextFileInputField
public TextFileInputField()Deprecated.
-
-
Method Details
-
compare
Deprecated. -
compareTo
public int compareTo(org.pentaho.di.core.gui.TextFileInputFieldInterface field) Deprecated.- Specified by:
compareToin interfaceComparable<org.pentaho.di.core.gui.TextFileInputFieldInterface>
-
equal
Deprecated. -
clone
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
Deprecated.- Specified by:
getNamein interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-
setName
Deprecated. -
getType
public int getType()Deprecated. -
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
Deprecated. -
setFormat
Deprecated. -
setSamples
Deprecated. -
getSamples
Deprecated. -
getTrimType
public int getTrimType()Deprecated. -
getTrimTypeCode
Deprecated. -
getTrimTypeDesc
Deprecated. -
setTrimType
public void setTrimType(int trimtype) Deprecated. -
getGroupSymbol
Deprecated. -
setGroupSymbol
Deprecated. -
getDecimalSymbol
Deprecated. -
setDecimalSymbol
Deprecated. -
getCurrencySymbol
Deprecated. -
setCurrencySymbol
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
Deprecated. -
setNullString
Deprecated. -
getIfNullValue
Deprecated. -
setIfNullValue
Deprecated. -
toString
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
-