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.int
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
Deprecated.void
Deprecated.void
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.int
Deprecated.getName()
Deprecated.Deprecated.int
Deprecated.int
Deprecated.String[]
Deprecated.int
Deprecated.Deprecated.Deprecated.int
getType()
Deprecated.Deprecated.void
guess()
Deprecated.void
Deprecated.static final int
guessPrecision
(double d) Deprecated.void
Deprecated.void
Deprecated.boolean
Deprecated.boolean
Deprecated.void
setCurrencySymbol
(String currency_symbol) Deprecated.void
setDecimalSymbol
(String decimal_symbol) Deprecated.void
Deprecated.void
setGroupSymbol
(String group_symbol) Deprecated.void
setIfNullValue
(String ifNullValue) Deprecated.void
setIgnored
(boolean ignore) Deprecated.void
setLength
(int length) Deprecated.void
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.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:
compareTo
in interfaceComparable<org.pentaho.di.core.gui.TextFileInputFieldInterface>
-
equal
Deprecated. -
clone
Deprecated. -
getPosition
public int getPosition()Deprecated.- Specified by:
getPosition
in interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-
setPosition
public void setPosition(int position) Deprecated. -
getLength
public int getLength()Deprecated.- Specified by:
getLength
in interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-
setLength
public void setLength(int length) Deprecated.- Specified by:
setLength
in interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-
getName
Deprecated.- Specified by:
getName
in 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:
createNewInstance
in interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-