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 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.String[]
getSamples()
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.
-
-
-
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:
compareTo
in interfaceComparable<org.pentaho.di.core.gui.TextFileInputFieldInterface>
-
equal
public boolean equal(Object obj)
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
public String getName()
Deprecated.- Specified by:
getName
in 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:
createNewInstance
in interfaceorg.pentaho.di.core.gui.TextFileInputFieldInterface
-
-