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 Details

    • TextFileInputField

      public TextFileInputField(String fieldname, int position, int length)
      Deprecated.
    • TextFileInputField

      public TextFileInputField()
      Deprecated.
  • Method Details

    • compare

      public int compare(Object obj)
      Deprecated.
    • compareTo

      public int compareTo(org.pentaho.di.core.gui.TextFileInputFieldInterface field)
      Deprecated.
      Specified by:
      compareTo in interface Comparable<org.pentaho.di.core.gui.TextFileInputFieldInterface>
    • equal

      public boolean equal(Object obj)
      Deprecated.
    • clone

      public Object clone()
      Deprecated.
      Overrides:
      clone in class Object
    • getPosition

      public int getPosition()
      Deprecated.
      Specified by:
      getPosition in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
    • setPosition

      public void setPosition(int position)
      Deprecated.
    • getLength

      public int getLength()
      Deprecated.
      Specified by:
      getLength in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
    • setLength

      public void setLength(int length)
      Deprecated.
      Specified by:
      setLength in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
    • getName

      public String getName()
      Deprecated.
      Specified by:
      getName in interface org.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.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • 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 interface org.pentaho.di.core.gui.TextFileInputFieldInterface