Class TextFileField

java.lang.Object
org.pentaho.di.trans.steps.textfileoutput.TextFileField
All Implemented Interfaces:
Cloneable

public class TextFileField extends Object implements Cloneable
Describes a single field in a text file
Since:
11-05-2005
Author:
Matt
  • Constructor Details

    • TextFileField

      public TextFileField(String name, int type, String format, int length, int precision, String currencySymbol, String decimalSymbol, String groupSymbol, String nullString)
    • TextFileField

      public TextFileField()
  • Method Details

    • compare

      public int compare(Object obj)
    • equal

      public boolean equal(Object obj)
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • getLength

      public int getLength()
    • setLength

      public void setLength(int length)
    • getName

      public String getName()
    • setName

      public void setName(String fieldname)
    • getType

      public int getType()
    • getTypeDesc

      public String getTypeDesc()
    • setType

      public void setType(int type)
    • setType

      public void setType(String typeDesc)
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
    • getGroupingSymbol

      public String getGroupingSymbol()
    • setGroupingSymbol

      public void setGroupingSymbol(String group_symbol)
    • getDecimalSymbol

      public String getDecimalSymbol()
    • setDecimalSymbol

      public void setDecimalSymbol(String decimal_symbol)
    • getCurrencySymbol

      public String getCurrencySymbol()
    • setCurrencySymbol

      public void setCurrencySymbol(String currency_symbol)
    • getPrecision

      public int getPrecision()
    • setPrecision

      public void setPrecision(int precision)
    • getNullString

      public String getNullString()
    • setNullString

      public void setNullString(String null_string)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getTrimType

      public int getTrimType()
    • setTrimType

      public void setTrimType(int trimType)
    • setTrimTypeByDesc

      public void setTrimTypeByDesc(String value)
    • getTrimTypeCode

      public String getTrimTypeCode()
    • getTrimTypeDesc

      public String getTrimTypeDesc()