Class RssInputField

  • All Implemented Interfaces:
    Cloneable

    public class RssInputField
    extends Object
    implements Cloneable
    Describes an RssInput field
    Since:
    13-10-2007
    Author:
    Samatar Hassan
    • Constructor Detail

      • RssInputField

        public RssInputField​(String fieldname)
      • RssInputField

        public RssInputField()
      • RssInputField

        public RssInputField​(Node fnode)
                      throws org.pentaho.di.core.exception.KettleValueException
        Throws:
        org.pentaho.di.core.exception.KettleValueException
    • Method Detail

      • getXML

        public String getXML()
      • getTrimTypeByCode

        public static final int getTrimTypeByCode​(String tt)
      • getColumnByCode

        public static final int getColumnByCode​(String tt)
      • getTrimTypeByDesc

        public static final int getTrimTypeByDesc​(String tt)
      • getColumnByDesc

        public static final int getColumnByDesc​(String tt)
      • getColumnDesc

        public static final String getColumnDesc​(int i)
      • getTrimTypeCode

        public static final String getTrimTypeCode​(int i)
      • getColumnCode

        public static final String getColumnCode​(int i)
      • getTrimTypeDesc

        public static final String getTrimTypeDesc​(int i)
      • 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)
      • getFormat

        public String getFormat()
      • setFormat

        public void setFormat​(String format)
      • getTrimType

        public int getTrimType()
      • getColumn

        public int getColumn()
      • getTrimTypeCode

        public String getTrimTypeCode()
      • getColumnCode

        public String getColumnCode()
      • getTrimTypeDesc

        public String getTrimTypeDesc()
      • getColumnDesc

        public String getColumnDesc()
      • setTrimType

        public void setTrimType​(int trimtype)
      • setColumn

        public void setColumn​(int column)
      • getGroupSymbol

        public String getGroupSymbol()
      • setGroupSymbol

        public void setGroupSymbol​(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)
      • isRepeated

        public boolean isRepeated()
      • setRepeated

        public void setRepeated​(boolean repeat)
      • flipRepeated

        public void flipRepeated()
      • guess

        public void guess()