public interface BimServerInfo extends IdEObject
The following features are supported:
StorePackage.getBimServerInfo()| Modifier and Type | Method and Description |
|---|---|
int |
getCheckouts()
Returns the value of the 'Checkouts' attribute.
|
Date |
getCurrentDate()
Returns the value of the 'Current Date' attribute.
|
String |
getCurrentVersion()
Returns the value of the 'Current Version' attribute.
|
Date |
getLatestDate()
Returns the value of the 'Latest Date' attribute.
|
String |
getLatestVersion()
Returns the value of the 'Latest Version' attribute.
|
int |
getProjects()
Returns the value of the 'Projects' attribute.
|
int |
getRevisions()
Returns the value of the 'Revisions' attribute.
|
int |
getSchemaVersion()
Returns the value of the 'Schema Version' attribute.
|
String |
getServerLogUrl()
Returns the value of the 'Server Log Url' attribute.
|
Date |
getStarted()
Returns the value of the 'Started' attribute.
|
int |
getUsers()
Returns the value of the 'Users' attribute.
|
void |
setCheckouts(int value)
Sets the value of the '
Checkouts' attribute. |
void |
setCurrentDate(Date value)
Sets the value of the '
Current Date' attribute. |
void |
setCurrentVersion(String value)
Sets the value of the '
Current Version' attribute. |
void |
setLatestDate(Date value)
Sets the value of the '
Latest Date' attribute. |
void |
setLatestVersion(String value)
Sets the value of the '
Latest Version' attribute. |
void |
setProjects(int value)
Sets the value of the '
Projects' attribute. |
void |
setRevisions(int value)
Sets the value of the '
Revisions' attribute. |
void |
setSchemaVersion(int value)
Sets the value of the '
Schema Version' attribute. |
void |
setServerLogUrl(String value)
Sets the value of the '
Server Log Url' attribute. |
void |
setStarted(Date value)
Sets the value of the '
Started' attribute. |
void |
setUsers(int value)
Sets the value of the '
Users' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getCurrentVersion()
If the meaning of the 'Current Version' attribute isn't clear, there really should be more of a description here...
setCurrentVersion(String),
StorePackage.getBimServerInfo_CurrentVersion()void setCurrentVersion(String value)
Current Version' attribute.
value - the new value of the 'Current Version' attribute.getCurrentVersion()Date getCurrentDate()
If the meaning of the 'Current Date' attribute isn't clear, there really should be more of a description here...
setCurrentDate(Date),
StorePackage.getBimServerInfo_CurrentDate()void setCurrentDate(Date value)
Current Date' attribute.
value - the new value of the 'Current Date' attribute.getCurrentDate()int getSchemaVersion()
If the meaning of the 'Schema Version' attribute isn't clear, there really should be more of a description here...
setSchemaVersion(int),
StorePackage.getBimServerInfo_SchemaVersion()void setSchemaVersion(int value)
Schema Version' attribute.
value - the new value of the 'Schema Version' attribute.getSchemaVersion()Date getLatestDate()
If the meaning of the 'Latest Date' attribute isn't clear, there really should be more of a description here...
setLatestDate(Date),
StorePackage.getBimServerInfo_LatestDate()void setLatestDate(Date value)
Latest Date' attribute.
value - the new value of the 'Latest Date' attribute.getLatestDate()String getLatestVersion()
If the meaning of the 'Latest Version' attribute isn't clear, there really should be more of a description here...
setLatestVersion(String),
StorePackage.getBimServerInfo_LatestVersion()void setLatestVersion(String value)
Latest Version' attribute.
value - the new value of the 'Latest Version' attribute.getLatestVersion()int getProjects()
If the meaning of the 'Projects' attribute isn't clear, there really should be more of a description here...
setProjects(int),
StorePackage.getBimServerInfo_Projects()void setProjects(int value)
Projects' attribute.
value - the new value of the 'Projects' attribute.getProjects()int getRevisions()
If the meaning of the 'Revisions' attribute isn't clear, there really should be more of a description here...
setRevisions(int),
StorePackage.getBimServerInfo_Revisions()void setRevisions(int value)
Revisions' attribute.
value - the new value of the 'Revisions' attribute.getRevisions()int getUsers()
If the meaning of the 'Users' attribute isn't clear, there really should be more of a description here...
setUsers(int),
StorePackage.getBimServerInfo_Users()void setUsers(int value)
Users' attribute.
value - the new value of the 'Users' attribute.getUsers()int getCheckouts()
If the meaning of the 'Checkouts' attribute isn't clear, there really should be more of a description here...
setCheckouts(int),
StorePackage.getBimServerInfo_Checkouts()void setCheckouts(int value)
Checkouts' attribute.
value - the new value of the 'Checkouts' attribute.getCheckouts()String getServerLogUrl()
If the meaning of the 'Server Log Url' attribute isn't clear, there really should be more of a description here...
setServerLogUrl(String),
StorePackage.getBimServerInfo_ServerLogUrl()void setServerLogUrl(String value)
Server Log Url' attribute.
value - the new value of the 'Server Log Url' attribute.getServerLogUrl()Date getStarted()
If the meaning of the 'Started' attribute isn't clear, there really should be more of a description here...
setStarted(Date),
StorePackage.getBimServerInfo_Started()void setStarted(Date value)
Started' attribute.
value - the new value of the 'Started' attribute.getStarted()Copyright © 2016 OpenSource BIM. All rights reserved.