org.pentaho.di.trans.steps.mailinput
Class MailInputField
java.lang.Object
org.pentaho.di.trans.steps.mailinput.MailInputField
- All Implemented Interfaces:
- Cloneable
public class MailInputField
- extends Object
- implements Cloneable
Describes an Mail input field
- Since:
- 24-03-2009
- Author:
- Samatar Hassan
COLUMN_MESSAGE_NR
public static final int COLUMN_MESSAGE_NR
- See Also:
- Constant Field Values
COLUMN_SUBJECT
public static final int COLUMN_SUBJECT
- See Also:
- Constant Field Values
COLUMN_SENDER
public static final int COLUMN_SENDER
- See Also:
- Constant Field Values
COLUMN_REPLY_TO
public static final int COLUMN_REPLY_TO
- See Also:
- Constant Field Values
COLUMN_RECIPIENTS
public static final int COLUMN_RECIPIENTS
- See Also:
- Constant Field Values
COLUMN_DESCRIPTION
public static final int COLUMN_DESCRIPTION
- See Also:
- Constant Field Values
COLUMN_BODY
public static final int COLUMN_BODY
- See Also:
- Constant Field Values
COLUMN_RECEIVED_DATE
public static final int COLUMN_RECEIVED_DATE
- See Also:
- Constant Field Values
COLUMN_SENT_DATE
public static final int COLUMN_SENT_DATE
- See Also:
- Constant Field Values
COLUMN_CONTENT_TYPE
public static final int COLUMN_CONTENT_TYPE
- See Also:
- Constant Field Values
COLUMN_FOLDER_NAME
public static final int COLUMN_FOLDER_NAME
- See Also:
- Constant Field Values
COLUMN_SIZE
public static final int COLUMN_SIZE
- See Also:
- Constant Field Values
COLUMN_FLAG_NEW
public static final int COLUMN_FLAG_NEW
- See Also:
- Constant Field Values
COLUMN_FLAG_READ
public static final int COLUMN_FLAG_READ
- See Also:
- Constant Field Values
COLUMN_FLAG_FLAGGED
public static final int COLUMN_FLAG_FLAGGED
- See Also:
- Constant Field Values
COLUMN_FLAG_DRAFT
public static final int COLUMN_FLAG_DRAFT
- See Also:
- Constant Field Values
COLUMN_FLAG_DELETED
public static final int COLUMN_FLAG_DELETED
- See Also:
- Constant Field Values
COLUMN_ATTACHED_FILES_COUNT
public static final int COLUMN_ATTACHED_FILES_COUNT
- See Also:
- Constant Field Values
COLUMN_HEADER
public static final int COLUMN_HEADER
- See Also:
- Constant Field Values
ColumnCode
public static final String[] ColumnCode
ColumnDesc
public static final String[] ColumnDesc
MailInputField
public MailInputField(String fieldname)
MailInputField
public MailInputField()
getColumnDesc
public String getColumnDesc()
getColumnDesc
public static final String getColumnDesc(int i)
getColumn
public int getColumn()
getColumnCode
public String getColumnCode()
getColumnCode
public static final String getColumnCode(int i)
getColumnByCode
public static final int getColumnByCode(String tt)
clone
public Object clone()
- Overrides:
clone
in class Object
getName
public String getName()
setName
public void setName(String fieldname)
getColumnByDesc
public static final int getColumnByDesc(String tt)
setColumn
public void setColumn(int column)