public interface MailEventHandler extends EventHandler
The following features are supported:
OsgiPackage.getMailEventHandler()
Modifier and Type | Method and Description |
---|---|
String |
getFrom()
Returns the value of the 'From' attribute.
|
String |
getPassword()
Returns the value of the 'Password' attribute.
|
String |
getQueueId()
Returns the value of the 'Queue Id' attribute.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getSessionProperties()
Returns the value of the 'Session Properties' containment reference list.
|
org.eclipse.emf.common.util.EList<String> |
getTo()
Returns the value of the 'To' attribute list.
|
String |
getUsername()
Returns the value of the 'Username' attribute.
|
void |
setFrom(String value)
Sets the value of the '
From ' attribute. |
void |
setPassword(String value)
Sets the value of the '
Password ' attribute. |
void |
setQueueId(String value)
Sets the value of the '
Queue Id ' attribute. |
void |
setUsername(String value)
Sets the value of the '
Username ' attribute. |
org.eclipse.emf.common.util.EList<PropertyEntry> getSessionProperties()
PropertyEntry
.
If the meaning of the 'Session Properties' reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMailEventHandler_SessionProperties()
String getFrom()
If the meaning of the 'From' attribute isn't clear, there really should be more of a description here...
setFrom(String)
,
OsgiPackage.getMailEventHandler_From()
void setFrom(String value)
From
' attribute.
value
- the new value of the 'From' attribute.getFrom()
org.eclipse.emf.common.util.EList<String> getTo()
String
.
If the meaning of the 'To' attribute list isn't clear, there really should be more of a description here...
OsgiPackage.getMailEventHandler_To()
String getUsername()
If the meaning of the 'Username' attribute isn't clear, there really should be more of a description here...
setUsername(String)
,
OsgiPackage.getMailEventHandler_Username()
void setUsername(String value)
Username
' attribute.
value
- the new value of the 'Username' attribute.getUsername()
String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String)
,
OsgiPackage.getMailEventHandler_Password()
void setPassword(String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()
String getQueueId()
If the meaning of the 'Queue Id' attribute isn't clear, there really should be more of a description here...
setQueueId(String)
,
OsgiPackage.getMailEventHandler_QueueId()
void setQueueId(String value)
Queue Id
' attribute.
value
- the new value of the 'Queue Id' attribute.getQueueId()