public interface Revision extends IdEObject
The following features are supported:
StorePackage.getRevision()| Modifier and Type | Method and Description |
|---|---|
Integer |
getBmi()
Returns the value of the 'Bmi' attribute.
|
org.eclipse.emf.common.util.EList<Checkout> |
getCheckouts()
Returns the value of the 'Checkouts' reference list.
|
String |
getComment()
Returns the value of the 'Comment' attribute.
|
org.eclipse.emf.common.util.EList<ConcreteRevision> |
getConcreteRevisions()
Returns the value of the 'Concrete Revisions' reference list.
|
Date |
getDate()
Returns the value of the 'Date' attribute.
|
org.eclipse.emf.common.util.EList<ExtendedData> |
getExtendedData()
Returns the value of the 'Extended Data' reference list.
|
Integer |
getId()
Returns the value of the 'Id' attribute.
|
ConcreteRevision |
getLastConcreteRevision()
Returns the value of the 'Last Concrete Revision' reference.
|
String |
getLastError()
Returns the value of the 'Last Error' attribute.
|
org.eclipse.emf.common.util.EList<RevisionRelated> |
getLogs()
Returns the value of the 'Logs' reference list.
|
Project |
getProject()
Returns the value of the 'Project' reference.
|
Service |
getService()
Returns the value of the 'Service' reference.
|
Long |
getSize()
Returns the value of the 'Size' attribute.
|
String |
getTag()
Returns the value of the 'Tag' attribute.
|
User |
getUser()
Returns the value of the 'User' reference.
|
boolean |
isHasGeometry()
Returns the value of the 'Has Geometry' attribute.
|
void |
setBmi(Integer value)
Sets the value of the '
Bmi' attribute. |
void |
setComment(String value)
Sets the value of the '
Comment' attribute. |
void |
setDate(Date value)
Sets the value of the '
Date' attribute. |
void |
setHasGeometry(boolean value)
Sets the value of the '
Has Geometry' attribute. |
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 |
setLastError(String value)
Sets the value of the '
Last Error' attribute. |
void |
setProject(Project value)
Sets the value of the '
Project' reference. |
void |
setService(Service value)
Sets the value of the '
Service' reference. |
void |
setSize(Long value)
Sets the value of the '
Size' attribute. |
void |
setTag(String value)
Sets the value of the '
Tag' attribute. |
void |
setUser(User value)
Sets the value of the '
User' reference. |
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.getRevision_Id()void setId(Integer value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()User getUser()
Revisions'.
If the meaning of the 'User' reference isn't clear, there really should be more of a description here...
setUser(User),
StorePackage.getRevision_User(),
User.getRevisions()void setUser(User value)
User' reference.
value - the new value of the 'User' reference.getUser()Date getDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(Date),
StorePackage.getRevision_Date()void setDate(Date value)
Date' attribute.
value - the new value of the 'Date' attribute.getDate()String getComment()
If the meaning of the 'Comment' attribute isn't clear, there really should be more of a description here...
setComment(String),
StorePackage.getRevision_Comment()void setComment(String value)
Comment' attribute.
value - the new value of the 'Comment' attribute.getComment()Long getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(Long),
StorePackage.getRevision_Size()void setSize(Long value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()org.eclipse.emf.common.util.EList<ConcreteRevision> getConcreteRevisions()
ConcreteRevision.
It is bidirectional and its opposite is 'Revisions'.
If the meaning of the 'Concrete Revisions' reference list isn't clear, there really should be more of a description here...
StorePackage.getRevision_ConcreteRevisions(),
ConcreteRevision.getRevisions()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.getRevision_LastConcreteRevision()void setLastConcreteRevision(ConcreteRevision value)
Last Concrete Revision' reference.
value - the new value of the 'Last Concrete Revision' reference.getLastConcreteRevision()org.eclipse.emf.common.util.EList<Checkout> getCheckouts()
Checkout.
It is bidirectional and its opposite is 'Revision'.
If the meaning of the 'Checkouts' reference list isn't clear, there really should be more of a description here...
StorePackage.getRevision_Checkouts(),
Checkout.getRevision()Project getProject()
Revisions'.
If the meaning of the 'Project' reference isn't clear, there really should be more of a description here...
setProject(Project),
StorePackage.getRevision_Project(),
Project.getRevisions()void setProject(Project value)
Project' reference.
value - the new value of the 'Project' reference.getProject()String getTag()
If the meaning of the 'Tag' attribute isn't clear, there really should be more of a description here...
setTag(String),
StorePackage.getRevision_Tag()void setTag(String value)
Tag' attribute.
value - the new value of the 'Tag' attribute.getTag()String getLastError()
If the meaning of the 'Last Error' attribute isn't clear, there really should be more of a description here...
setLastError(String),
StorePackage.getRevision_LastError()void setLastError(String value)
Last Error' attribute.
value - the new value of the 'Last Error' attribute.getLastError()Integer getBmi()
If the meaning of the 'Bmi' attribute isn't clear, there really should be more of a description here...
setBmi(Integer),
StorePackage.getRevision_Bmi()void setBmi(Integer value)
Bmi' attribute.
value - the new value of the 'Bmi' attribute.getBmi()org.eclipse.emf.common.util.EList<ExtendedData> getExtendedData()
ExtendedData.
It is bidirectional and its opposite is 'Revision'.
If the meaning of the 'Extended Data' reference list isn't clear, there really should be more of a description here...
StorePackage.getRevision_ExtendedData(),
ExtendedData.getRevision()org.eclipse.emf.common.util.EList<RevisionRelated> getLogs()
RevisionRelated.
It is bidirectional and its opposite is 'Revision'.
If the meaning of the 'Logs' reference list isn't clear, there really should be more of a description here...
StorePackage.getRevision_Logs(),
RevisionRelated.getRevision()Service getService()
If the meaning of the 'Service' reference isn't clear, there really should be more of a description here...
setService(Service),
StorePackage.getRevision_Service()void setService(Service value)
Service' reference.
value - the new value of the 'Service' reference.getService()boolean isHasGeometry()
If the meaning of the 'Has Geometry' attribute isn't clear, there really should be more of a description here...
setHasGeometry(boolean),
StorePackage.getRevision_HasGeometry()void setHasGeometry(boolean value)
Has Geometry' attribute.
value - the new value of the 'Has Geometry' attribute.isHasGeometry()Copyright © 2016 OpenSource BIM. All rights reserved.