public interface DatabaseInformation extends IdEObject
The following features are supported:
StorePackage.getDatabaseInformation()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DatabaseInformationCategory> |
getCategories()
Returns the value of the 'Categories' reference list.
|
Date |
getCreated()
Returns the value of the 'Created' attribute.
|
Long |
getDatabaseSizeInBytes()
Returns the value of the 'Database Size In Bytes' attribute.
|
String |
getLocation()
Returns the value of the 'Location' attribute.
|
Integer |
getNumberOfCheckouts()
Returns the value of the 'Number Of Checkouts' attribute.
|
Integer |
getNumberOfProjects()
Returns the value of the 'Number Of Projects' attribute.
|
Integer |
getNumberOfRevisions()
Returns the value of the 'Number Of Revisions' attribute.
|
Integer |
getNumberOfUsers()
Returns the value of the 'Number Of Users' attribute.
|
Integer |
getSchemaVersion()
Returns the value of the 'Schema Version' attribute.
|
String |
getType()
Returns the value of the 'Type' attribute.
|
void |
setCreated(Date value)
Sets the value of the '
Created' attribute. |
void |
setDatabaseSizeInBytes(Long value)
Sets the value of the '
Database Size In Bytes' attribute. |
void |
setLocation(String value)
Sets the value of the '
Location' attribute. |
void |
setNumberOfCheckouts(Integer value)
Sets the value of the '
Number Of Checkouts' attribute. |
void |
setNumberOfProjects(Integer value)
Sets the value of the '
Number Of Projects' attribute. |
void |
setNumberOfRevisions(Integer value)
Sets the value of the '
Number Of Revisions' attribute. |
void |
setNumberOfUsers(Integer value)
Sets the value of the '
Number Of Users' attribute. |
void |
setSchemaVersion(Integer value)
Sets the value of the '
Schema Version' attribute. |
void |
setType(String value)
Sets the value of the '
Type' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeInteger getNumberOfProjects()
If the meaning of the 'Number Of Projects' attribute isn't clear, there really should be more of a description here...
setNumberOfProjects(Integer),
StorePackage.getDatabaseInformation_NumberOfProjects()void setNumberOfProjects(Integer value)
Number Of Projects' attribute.
value - the new value of the 'Number Of Projects' attribute.getNumberOfProjects()Integer getNumberOfUsers()
If the meaning of the 'Number Of Users' attribute isn't clear, there really should be more of a description here...
setNumberOfUsers(Integer),
StorePackage.getDatabaseInformation_NumberOfUsers()void setNumberOfUsers(Integer value)
Number Of Users' attribute.
value - the new value of the 'Number Of Users' attribute.getNumberOfUsers()Integer getNumberOfRevisions()
If the meaning of the 'Number Of Revisions' attribute isn't clear, there really should be more of a description here...
setNumberOfRevisions(Integer),
StorePackage.getDatabaseInformation_NumberOfRevisions()void setNumberOfRevisions(Integer value)
Number Of Revisions' attribute.
value - the new value of the 'Number Of Revisions' attribute.getNumberOfRevisions()Integer getNumberOfCheckouts()
If the meaning of the 'Number Of Checkouts' attribute isn't clear, there really should be more of a description here...
setNumberOfCheckouts(Integer),
StorePackage.getDatabaseInformation_NumberOfCheckouts()void setNumberOfCheckouts(Integer value)
Number Of Checkouts' attribute.
value - the new value of the 'Number Of Checkouts' attribute.getNumberOfCheckouts()Long getDatabaseSizeInBytes()
If the meaning of the 'Database Size In Bytes' attribute isn't clear, there really should be more of a description here...
setDatabaseSizeInBytes(Long),
StorePackage.getDatabaseInformation_DatabaseSizeInBytes()void setDatabaseSizeInBytes(Long value)
Database Size In Bytes' attribute.
value - the new value of the 'Database Size In Bytes' attribute.getDatabaseSizeInBytes()String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
StorePackage.getDatabaseInformation_Type()void setType(String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()Date getCreated()
If the meaning of the 'Created' attribute isn't clear, there really should be more of a description here...
setCreated(Date),
StorePackage.getDatabaseInformation_Created()void setCreated(Date value)
Created' attribute.
value - the new value of the 'Created' attribute.getCreated()String getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(String),
StorePackage.getDatabaseInformation_Location()void setLocation(String value)
Location' attribute.
value - the new value of the 'Location' attribute.getLocation()Integer getSchemaVersion()
If the meaning of the 'Schema Version' attribute isn't clear, there really should be more of a description here...
setSchemaVersion(Integer),
StorePackage.getDatabaseInformation_SchemaVersion()void setSchemaVersion(Integer value)
Schema Version' attribute.
value - the new value of the 'Schema Version' attribute.getSchemaVersion()org.eclipse.emf.common.util.EList<DatabaseInformationCategory> getCategories()
DatabaseInformationCategory.
If the meaning of the 'Categories' reference list isn't clear, there really should be more of a description here...
StorePackage.getDatabaseInformation_Categories()Copyright © 2018 OpenSource BIM. All rights reserved.