public interface MailingList
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getMailingList()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArchive()
Returns the value of the 'Archive' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getOtherArchives()
Returns the value of the 'Other Archives' attribute list.
|
java.lang.String |
getPost()
Returns the value of the 'Post' attribute.
|
java.lang.String |
getSubscribe()
Returns the value of the 'Subscribe' attribute.
|
java.lang.String |
getUnsubscribe()
Returns the value of the 'Unsubscribe' attribute.
|
boolean |
isSetOtherArchives()
Returns whether the value of the '
Other Archives' attribute list is set. |
void |
setArchive(java.lang.String value)
Sets the value of the '
Archive' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setPost(java.lang.String value)
Sets the value of the '
Post' attribute. |
void |
setSubscribe(java.lang.String value)
Sets the value of the '
Subscribe'
attribute. |
void |
setUnsubscribe(java.lang.String value)
Sets the value of the '
Unsubscribe'
attribute. |
void |
unsetOtherArchives()
Unsets the value of the '
Other Archives' attribute list. |
java.lang.String getName()
setName(String),
PomPackage.getMailingList_Name()void setName(java.lang.String value)
Name' attribute. value - the new value of the 'Name' attribute.getName()java.lang.String getSubscribe()
setSubscribe(String),
PomPackage.getMailingList_Subscribe()void setSubscribe(java.lang.String value)
Subscribe'
attribute. value - the new value of the 'Subscribe' attribute.getSubscribe()java.lang.String getUnsubscribe()
setUnsubscribe(String),
PomPackage.getMailingList_Unsubscribe()void setUnsubscribe(java.lang.String value)
Unsubscribe'
attribute. value - the new value of the 'Unsubscribe' attribute.getUnsubscribe()java.lang.String getPost()
setPost(String),
PomPackage.getMailingList_Post()void setPost(java.lang.String value)
Post' attribute. value - the new value of the 'Post' attribute.getPost()java.lang.String getArchive()
setArchive(String),
PomPackage.getMailingList_Archive()void setArchive(java.lang.String value)
Archive' attribute.
value - the new value of the 'Archive' attribute.getArchive()org.eclipse.emf.common.util.EList<java.lang.String> getOtherArchives()
String.
If the meaning of the 'Other Archives' attribute list isn't clear, there really should be more of a description here...
isSetOtherArchives(),
unsetOtherArchives(),
PomPackage.getMailingList_OtherArchives()void unsetOtherArchives()
Other Archives' attribute list. isSetOtherArchives(),
getOtherArchives()boolean isSetOtherArchives()
Other Archives' attribute list is set. unsetOtherArchives(),
getOtherArchives()