Class MailInputField
- java.lang.Object
-
- org.pentaho.di.trans.steps.mailinput.MailInputField
-
-
Field Summary
Fields Modifier and Type Field Description static int
COLUMN_ATTACHED_FILES_COUNT
static int
COLUMN_BODY
static int
COLUMN_BODY_CONTENT_TYPE
static int
COLUMN_CONTENT_TYPE
static int
COLUMN_DESCRIPTION
static int
COLUMN_FLAG_DELETED
static int
COLUMN_FLAG_DRAFT
static int
COLUMN_FLAG_FLAGGED
static int
COLUMN_FLAG_NEW
static int
COLUMN_FLAG_READ
static int
COLUMN_FOLDER_NAME
static int
COLUMN_HEADER
static int
COLUMN_MESSAGE_NR
static int
COLUMN_RECEIVED_DATE
static int
COLUMN_RECIPIENTS
static int
COLUMN_REPLY_TO
static int
COLUMN_SENDER
static int
COLUMN_SENT_DATE
static int
COLUMN_SIZE
static int
COLUMN_SUBJECT
static String[]
ColumnCode
static String[]
ColumnDesc
-
Constructor Summary
Constructors Constructor Description MailInputField()
MailInputField(String fieldname)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
int
getColumn()
static int
getColumnByCode(String tt)
static int
getColumnByDesc(String tt)
String
getColumnCode()
static String
getColumnCode(int i)
String
getColumnDesc()
static String
getColumnDesc(int i)
String
getName()
void
setColumn(int column)
void
setName(String fieldname)
-
-
-
Field Detail
-
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
-
COLUMN_BODY_CONTENT_TYPE
public static final int COLUMN_BODY_CONTENT_TYPE
- See Also:
- Constant Field Values
-
ColumnCode
public static final String[] ColumnCode
-
ColumnDesc
public static final String[] ColumnDesc
-
-
Constructor Detail
-
MailInputField
public MailInputField(String fieldname)
-
MailInputField
public MailInputField()
-
-
Method Detail
-
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)
-
getName
public String getName()
-
setName
public void setName(String fieldname)
-
getColumnByDesc
public static final int getColumnByDesc(String tt)
-
setColumn
public void setColumn(int column)
-
-