public interface ProjectHistory extends org.eclipse.emf.ecore.EObject, APIDelegate<ESProjectHistory>
ModelPackage.getProjectHistory()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BranchInfo> |
getBranches()
Returns the value of the 'Branches' containment reference
list.
|
Version |
getLastVersion()
Returns the last version (the last element in the version list).
|
String |
getProjectDescription()
Returns the value of the 'Project Description' attribute.
|
ProjectId |
getProjectId()
Returns the value of the 'Project Id' containment reference.
|
String |
getProjectName()
Returns the value of the 'Project Name' attribute.
|
org.eclipse.emf.common.util.EList<EMFStoreProperty> |
getSharedProperties()
Returns the value of the 'Shared Properties' containment
reference list.
|
org.eclipse.emf.common.util.EList<Version> |
getVersions()
Returns the value of the 'Versions' containment reference
list.
|
void |
setProjectDescription(String value)
Sets the value of the '
Project Description' attribute. |
void |
setProjectId(ProjectId value)
Sets the value of the '
Project Id' containment reference. |
void |
setProjectName(String value)
Sets the value of the '
Project Name' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIProjectId getProjectId()
If the meaning of the 'Project Id' containment reference isn't clear, there really should be more of a description here...
setProjectId(ProjectId),
ModelPackage.getProjectHistory_ProjectId()void setProjectId(ProjectId value)
Project Id' containment reference.
value - the new value of the 'Project Id' containment reference.getProjectId()org.eclipse.emf.common.util.EList<Version> getVersions()
Version.
If the meaning of the 'Versions' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getProjectHistory_Versions()Version getLastVersion()
String getProjectName()
If the meaning of the 'Project Name' attribute isn't clear, there really should be more of a description here...
setProjectName(String),
ModelPackage.getProjectHistory_ProjectName()void setProjectName(String value)
Project Name' attribute.
value - the new value of the 'Project Name' attribute.getProjectName()String getProjectDescription()
If the meaning of the 'Project Description' attribute isn't clear, there really should be more of a description here...
setProjectDescription(String),
ModelPackage.getProjectHistory_ProjectDescription()void setProjectDescription(String value)
Project Description' attribute.
value - the new value of the 'Project Description' attribute.getProjectDescription()org.eclipse.emf.common.util.EList<EMFStoreProperty> getSharedProperties()
EMFStoreProperty.
If the meaning of the 'Shared Properties' map isn't clear, there really should be more of a description here...
ModelPackage.getProjectHistory_SharedProperties()org.eclipse.emf.common.util.EList<BranchInfo> getBranches()
BranchInfo.
If the meaning of the 'Branches' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getProjectHistory_Branches()Copyright © 2017. All rights reserved.