public interface ChangeEntry
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DeploymentPackage.getChangeEntry()| Modifier and Type | Method and Description |
|---|---|
Author |
getAuthor()
Returns the value of the 'Author' reference.
|
Date |
getDate()
Returns the value of the 'Date' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setAuthor(Author value)
Sets the value of the '
Author' reference. |
void |
setDate(Date value)
Sets the value of the '
Date' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setVersion(String value)
Sets the value of the '
Version' attribute. |
Author getAuthor()
If the meaning of the 'Author' reference isn't clear, there really should be more of a description here...
setAuthor(Author),
DeploymentPackage.getChangeEntry_Author()void setAuthor(Author value)
Author' reference.
value - the new value of the 'Author' reference.getAuthor()Date getDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(Date),
DeploymentPackage.getChangeEntry_Date()void setDate(Date value)
Date' attribute.
value - the new value of the 'Date' attribute.getDate()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
DeploymentPackage.getChangeEntry_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String),
DeploymentPackage.getChangeEntry_Version()void setVersion(String value)
Version' attribute.
value - the new value of the 'Version' attribute.getVersion()