public interface MailingList
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getMailingList()| Modifier and Type | Method and Description |
|---|---|
String |
getArchive()
Returns the value of the 'Archive' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getOtherArchives()
Returns the value of the 'Other Archives' attribute list.
|
String |
getPost()
Returns the value of the 'Post' attribute.
|
String |
getSubscribe()
Returns the value of the 'Subscribe' attribute.
|
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(String value)
Sets the value of the '
Archive' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setPost(String value)
Sets the value of the '
Post' attribute. |
void |
setSubscribe(String value)
Sets the value of the '
Subscribe'
attribute. |
void |
setUnsubscribe(String value)
Sets the value of the '
Unsubscribe'
attribute. |
void |
unsetOtherArchives()
Unsets the value of the '
Other Archives' attribute list. |
String getName()
setName(String),
PomPackage.getMailingList_Name()void setName(String value)
Name' attribute. value - the new value of the 'Name' attribute.getName()String getSubscribe()
setSubscribe(String),
PomPackage.getMailingList_Subscribe()void setSubscribe(String value)
Subscribe'
attribute. value - the new value of the 'Subscribe' attribute.getSubscribe()String getUnsubscribe()
setUnsubscribe(String),
PomPackage.getMailingList_Unsubscribe()void setUnsubscribe(String value)
Unsubscribe'
attribute. value - the new value of the 'Unsubscribe' attribute.getUnsubscribe()String getPost()
setPost(String),
PomPackage.getMailingList_Post()void setPost(String value)
Post' attribute. value - the new value of the 'Post' attribute.getPost()String getArchive()
setArchive(String),
PomPackage.getMailingList_Archive()void setArchive(String value)
Archive' attribute.
value - the new value of the 'Archive' attribute.getArchive()org.eclipse.emf.common.util.EList<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()Copyright © 2005–2021 Eclipse Foundation. All rights reserved.