public interface Project extends IdEObject
The following features are supported:
StorePackage.getProject()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Checkout> |
getCheckouts()
Returns the value of the 'Checkouts' reference list.
|
org.eclipse.emf.common.util.EList<ConcreteRevision> |
getConcreteRevisions()
Returns the value of the 'Concrete Revisions' reference list.
|
User |
getCreatedBy()
Returns the value of the 'Created By' reference.
|
Date |
getCreatedDate()
Returns the value of the 'Created Date' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
SIPrefix |
getExportLengthMeasurePrefix()
Returns the value of the 'Export Length Measure Prefix' attribute.
|
org.eclipse.emf.common.util.EList<ExtendedData> |
getExtendedData()
Returns the value of the 'Extended Data' reference list.
|
GeoTag |
getGeoTag()
Returns the value of the 'Geo Tag' reference.
|
org.eclipse.emf.common.util.EList<User> |
getHasAuthorizedUsers()
Returns the value of the 'Has Authorized Users' reference list.
|
Integer |
getId()
Returns the value of the 'Id' attribute.
|
ConcreteRevision |
getLastConcreteRevision()
Returns the value of the 'Last Concrete Revision' reference.
|
Revision |
getLastRevision()
Returns the value of the 'Last Revision' reference.
|
org.eclipse.emf.common.util.EList<ProjectRelated> |
getLogs()
Returns the value of the 'Logs' reference list.
|
org.eclipse.emf.common.util.EList<ModelCheckerInstance> |
getModelCheckers()
Returns the value of the 'Model Checkers' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Project |
getParent()
Returns the value of the 'Parent' reference.
|
org.eclipse.emf.common.util.EList<Revision> |
getRevisions()
Returns the value of the 'Revisions' reference list.
|
String |
getSchema()
Returns the value of the 'Schema' attribute.
|
org.eclipse.emf.common.util.EList<Service> |
getServices()
Returns the value of the 'Services' reference list.
|
ObjectState |
getState()
Returns the value of the 'State' attribute.
|
org.eclipse.emf.common.util.EList<Project> |
getSubProjects()
Returns the value of the 'Sub Projects' reference list.
|
boolean |
isSendEmailOnNewRevision()
Returns the value of the 'Send Email On New Revision' attribute.
|
void |
setCreatedBy(User value)
Sets the value of the '
Created By' reference. |
void |
setCreatedDate(Date value)
Sets the value of the '
Created Date' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setExportLengthMeasurePrefix(SIPrefix value)
Sets the value of the '
Export Length Measure Prefix' attribute. |
void |
setGeoTag(GeoTag value)
Sets the value of the '
Geo Tag' reference. |
void |
setId(Integer value)
Sets the value of the '
Id' attribute. |
void |
setLastConcreteRevision(ConcreteRevision value)
Sets the value of the '
Last Concrete Revision' reference. |
void |
setLastRevision(Revision value)
Sets the value of the '
Last Revision' reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setParent(Project value)
Sets the value of the '
Parent' reference. |
void |
setSchema(String value)
Sets the value of the '
Schema' attribute. |
void |
setSendEmailOnNewRevision(boolean value)
Sets the value of the '
Send Email On New Revision' attribute. |
void |
setState(ObjectState value)
Sets the value of the '
State' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeInteger getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(Integer),
StorePackage.getProject_Id()void setId(Integer value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StorePackage.getProject_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<User> getHasAuthorizedUsers()
User.
It is bidirectional and its opposite is 'Has Rights On'.
If the meaning of the 'Has Authorized Users' reference list isn't clear, there really should be more of a description here...
StorePackage.getProject_HasAuthorizedUsers(),
User.getHasRightsOn()org.eclipse.emf.common.util.EList<ConcreteRevision> getConcreteRevisions()
ConcreteRevision.
It is bidirectional and its opposite is 'Project'.
If the meaning of the 'Concrete Revisions' reference list isn't clear, there really should be more of a description here...
StorePackage.getProject_ConcreteRevisions(),
ConcreteRevision.getProject()org.eclipse.emf.common.util.EList<Revision> getRevisions()
Revision.
It is bidirectional and its opposite is 'Project'.
If the meaning of the 'Revisions' reference list isn't clear, there really should be more of a description here...
StorePackage.getProject_Revisions(),
Revision.getProject()ConcreteRevision getLastConcreteRevision()
If the meaning of the 'Last Concrete Revision' reference isn't clear, there really should be more of a description here...
setLastConcreteRevision(ConcreteRevision),
StorePackage.getProject_LastConcreteRevision()void setLastConcreteRevision(ConcreteRevision value)
Last Concrete Revision' reference.
value - the new value of the 'Last Concrete Revision' reference.getLastConcreteRevision()Revision getLastRevision()
If the meaning of the 'Last Revision' reference isn't clear, there really should be more of a description here...
setLastRevision(Revision),
StorePackage.getProject_LastRevision()void setLastRevision(Revision value)
Last Revision' reference.
value - the new value of the 'Last Revision' reference.getLastRevision()org.eclipse.emf.common.util.EList<Checkout> getCheckouts()
Checkout.
It is bidirectional and its opposite is 'Project'.
If the meaning of the 'Checkouts' reference list isn't clear, there really should be more of a description here...
StorePackage.getProject_Checkouts(),
Checkout.getProject()ObjectState getState()
ObjectState.
If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
ObjectState,
setState(ObjectState),
StorePackage.getProject_State()void setState(ObjectState value)
State' attribute.
value - the new value of the 'State' attribute.ObjectState,
getState()Date getCreatedDate()
If the meaning of the 'Created Date' attribute isn't clear, there really should be more of a description here...
setCreatedDate(Date),
StorePackage.getProject_CreatedDate()void setCreatedDate(Date value)
Created Date' attribute.
value - the new value of the 'Created Date' attribute.getCreatedDate()User getCreatedBy()
If the meaning of the 'Created By' reference isn't clear, there really should be more of a description here...
setCreatedBy(User),
StorePackage.getProject_CreatedBy()void setCreatedBy(User value)
Created By' reference.
value - the new value of the 'Created By' reference.getCreatedBy()GeoTag getGeoTag()
Projects'.
If the meaning of the 'Geo Tag' reference isn't clear, there really should be more of a description here...
setGeoTag(GeoTag),
StorePackage.getProject_GeoTag(),
GeoTag.getProjects()void setGeoTag(GeoTag value)
Geo Tag' reference.
value - the new value of the 'Geo Tag' reference.getGeoTag()org.eclipse.emf.common.util.EList<Project> getSubProjects()
Project.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Sub Projects' reference list isn't clear, there really should be more of a description here...
StorePackage.getProject_SubProjects(),
getParent()Project getParent()
Sub Projects'.
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(Project),
StorePackage.getProject_Parent(),
getSubProjects()void setParent(Project value)
Parent' reference.
value - the new value of the 'Parent' reference.getParent()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getProject_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()SIPrefix getExportLengthMeasurePrefix()
SIPrefix.
If the meaning of the 'Export Length Measure Prefix' attribute isn't clear, there really should be more of a description here...
SIPrefix,
setExportLengthMeasurePrefix(SIPrefix),
StorePackage.getProject_ExportLengthMeasurePrefix()void setExportLengthMeasurePrefix(SIPrefix value)
Export Length Measure Prefix' attribute.
value - the new value of the 'Export Length Measure Prefix' attribute.SIPrefix,
getExportLengthMeasurePrefix()org.eclipse.emf.common.util.EList<ExtendedData> getExtendedData()
ExtendedData.
It is bidirectional and its opposite is 'Project'.
If the meaning of the 'Extended Data' reference list isn't clear, there really should be more of a description here...
StorePackage.getProject_ExtendedData(),
ExtendedData.getProject()org.eclipse.emf.common.util.EList<Service> getServices()
Service.
It is bidirectional and its opposite is 'Project'.
If the meaning of the 'Services' reference list isn't clear, there really should be more of a description here...
StorePackage.getProject_Services(),
Service.getProject()org.eclipse.emf.common.util.EList<ProjectRelated> getLogs()
ProjectRelated.
It is bidirectional and its opposite is 'Project'.
If the meaning of the 'Logs' reference list isn't clear, there really should be more of a description here...
StorePackage.getProject_Logs(),
ProjectRelated.getProject()org.eclipse.emf.common.util.EList<ModelCheckerInstance> getModelCheckers()
ModelCheckerInstance.
If the meaning of the 'Model Checkers' reference list isn't clear, there really should be more of a description here...
StorePackage.getProject_ModelCheckers()String getSchema()
If the meaning of the 'Schema' attribute isn't clear, there really should be more of a description here...
setSchema(String),
StorePackage.getProject_Schema()void setSchema(String value)
Schema' attribute.
value - the new value of the 'Schema' attribute.getSchema()boolean isSendEmailOnNewRevision()
If the meaning of the 'Send Email On New Revision' attribute isn't clear, there really should be more of a description here...
setSendEmailOnNewRevision(boolean),
StorePackage.getProject_SendEmailOnNewRevision()void setSendEmailOnNewRevision(boolean value)
Send Email On New Revision' attribute.
value - the new value of the 'Send Email On New Revision' attribute.isSendEmailOnNewRevision()Copyright © 2016 OpenSource BIM. All rights reserved.