org.eclipse.emf.emfstore.internal.server.model
Interface ProjectInfo

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ProjectInfoImpl

public interface ProjectInfo
extends org.eclipse.emf.ecore.EObject

A representation of the model object ' Project Info'.

The following features are supported:

See Also:
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

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ModelPackage.getProjectInfo_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getDescription

String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), ModelPackage.getProjectInfo_Description()

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getProjectId

ProjectId getProjectId()
Returns the value of the 'Project Id' containment reference.

If the meaning of the 'Project Id' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Project Id' containment reference.
See Also:
setProjectId(ProjectId), ModelPackage.getProjectInfo_ProjectId()

setProjectId

void setProjectId(ProjectId value)
Sets the value of the 'Project Id' containment reference.

Parameters:
value - the new value of the 'Project Id' containment reference.
See Also:
getProjectId()

getVersion

PrimaryVersionSpec getVersion()
Returns the value of the 'Version' containment reference.

If the meaning of the 'Version' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' containment reference.
See Also:
setVersion(PrimaryVersionSpec), ModelPackage.getProjectInfo_Version()

setVersion

void setVersion(PrimaryVersionSpec value)
Sets the value of the 'Version' containment reference.

Parameters:
value - the new value of the 'Version' containment reference.
See Also:
getVersion()


Copyright © 2015. All Rights Reserved.