Class 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 Detail

      • 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 Detail

      • compare

        public int compare​(Object obj)
      • equal

        public boolean equal​(Object obj)
      • 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)
      • getTrimType

        public int getTrimType()
      • setTrimType

        public void setTrimType​(int trimType)
      • setTrimTypeByDesc

        public void setTrimTypeByDesc​(String value)
      • getTrimTypeCode

        public String getTrimTypeCode()
      • getTrimTypeDesc

        public String getTrimTypeDesc()