public interface ProjectInfo
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ModelPackage.getProjectInfo()| Modifier and Type | Method and Description |
|---|---|
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. |
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()Copyright © 2017. All rights reserved.