public interface Version extends IdEObject
The following features are supported:
StorePackage.getVersion()| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
Returns the value of the 'Date' attribute.
|
String |
getDownloadUrl()
Returns the value of the 'Download Url' attribute.
|
Integer |
getMajor()
Returns the value of the 'Major' attribute.
|
Integer |
getMinor()
Returns the value of the 'Minor' attribute.
|
Integer |
getRevision()
Returns the value of the 'Revision' attribute.
|
String |
getSupportEmail()
Returns the value of the 'Support Email' attribute.
|
String |
getSupportUrl()
Returns the value of the 'Support Url' attribute.
|
void |
setDate(Date value)
Sets the value of the '
Date' attribute. |
void |
setDownloadUrl(String value)
Sets the value of the '
Download Url' attribute. |
void |
setMajor(Integer value)
Sets the value of the '
Major' attribute. |
void |
setMinor(Integer value)
Sets the value of the '
Minor' attribute. |
void |
setRevision(Integer value)
Sets the value of the '
Revision' attribute. |
void |
setSupportEmail(String value)
Sets the value of the '
Support Email' attribute. |
void |
setSupportUrl(String value)
Sets the value of the '
Support Url' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeInteger getMajor()
If the meaning of the 'Major' attribute isn't clear, there really should be more of a description here...
setMajor(Integer),
StorePackage.getVersion_Major()void setMajor(Integer value)
Major' attribute.
value - the new value of the 'Major' attribute.getMajor()Integer getMinor()
If the meaning of the 'Minor' attribute isn't clear, there really should be more of a description here...
setMinor(Integer),
StorePackage.getVersion_Minor()void setMinor(Integer value)
Minor' attribute.
value - the new value of the 'Minor' attribute.getMinor()Integer getRevision()
If the meaning of the 'Revision' attribute isn't clear, there really should be more of a description here...
setRevision(Integer),
StorePackage.getVersion_Revision()void setRevision(Integer value)
Revision' attribute.
value - the new value of the 'Revision' attribute.getRevision()Date getDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(Date),
StorePackage.getVersion_Date()void setDate(Date value)
Date' attribute.
value - the new value of the 'Date' attribute.getDate()String getDownloadUrl()
If the meaning of the 'Download Url' attribute isn't clear, there really should be more of a description here...
setDownloadUrl(String),
StorePackage.getVersion_DownloadUrl()void setDownloadUrl(String value)
Download Url' attribute.
value - the new value of the 'Download Url' attribute.getDownloadUrl()String getSupportUrl()
If the meaning of the 'Support Url' attribute isn't clear, there really should be more of a description here...
setSupportUrl(String),
StorePackage.getVersion_SupportUrl()void setSupportUrl(String value)
Support Url' attribute.
value - the new value of the 'Support Url' attribute.getSupportUrl()String getSupportEmail()
If the meaning of the 'Support Email' attribute isn't clear, there really should be more of a description here...
setSupportEmail(String),
StorePackage.getVersion_SupportEmail()void setSupportEmail(String value)
Support Email' attribute.
value - the new value of the 'Support Email' attribute.getSupportEmail()Copyright © 2016 OpenSource BIM. All rights reserved.