public interface Author
extends org.eclipse.emf.ecore.EObject
DeploymentPackage.getAuthor()| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Returns the value of the 'Email' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setEmail(String value)
Sets the value of the '
Email' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
DeploymentPackage.getAuthor_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getEmail()
If the meaning of the 'Email' attribute isn't clear, there really should be more of a description here...
setEmail(String),
DeploymentPackage.getAuthor_Email()void setEmail(String value)
Email' attribute.
value - the new value of the 'Email' attribute.getEmail()