|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProjectInfo
A representation of the model object ' Project Info'.
The following features are supported:
ModelPackage.getProjectInfo()| Method Summary | |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
ProjectId |
getProjectId()
Returns the value of the 'Project Id' containment reference. |
PrimaryVersionSpec |
getVersion()
Returns the value of the 'Version' containment reference. |
void |
setDescription(String value)
Sets the value of the ' Description' attribute. |
void |
setName(String value)
Sets the value of the ' Name'
attribute. |
void |
setProjectId(ProjectId value)
Sets the value of the ' Project Id' containment reference. |
void |
setVersion(PrimaryVersionSpec value)
Sets the value of the ' Version' containment reference. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ModelPackage.getProjectInfo_Name()void setName(String value)
Name'
attribute.
value - the new value of the 'Name' attribute.getName()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
ModelPackage.getProjectInfo_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()ProjectId getProjectId()
If the meaning of the 'Project Id' reference isn't clear, there really should be more of a description here...
setProjectId(ProjectId),
ModelPackage.getProjectInfo_ProjectId()void setProjectId(ProjectId value)
Project Id' containment reference.
value - the new value of the 'Project Id' containment reference.getProjectId()PrimaryVersionSpec getVersion()
If the meaning of the 'Version' reference isn't clear, there really should be more of a description here...
setVersion(PrimaryVersionSpec),
ModelPackage.getProjectInfo_Version()void setVersion(PrimaryVersionSpec value)
Version' containment reference.
value - the new value of the 'Version' containment reference.getVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||