public class BimServerInfoImpl extends IdEObjectImpl implements BimServerInfo
The following features are implemented:
IdEObjectImpl.Stateorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterListEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
BimServerInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
protected int |
eStaticFeatureCount() |
int |
getCheckouts() |
Date |
getCurrentDate() |
String |
getCurrentVersion() |
Date |
getLatestDate() |
String |
getLatestVersion() |
int |
getProjects() |
int |
getRevisions() |
int |
getSchemaVersion() |
String |
getServerLogUrl() |
Date |
getStarted() |
int |
getUsers() |
void |
setCheckouts(int newCheckouts) |
void |
setCurrentDate(Date newCurrentDate) |
void |
setCurrentVersion(String newCurrentVersion) |
void |
setLatestDate(Date newLatestDate) |
void |
setLatestVersion(String newLatestVersion) |
void |
setProjects(int newProjects) |
void |
setRevisions(int newRevisions) |
void |
setSchemaVersion(int newSchemaVersion) |
void |
setServerLogUrl(String newServerLogUrl) |
void |
setStarted(Date newStarted) |
void |
setUsers(int newUsers) |
dynamicGet, dynamicSet, eSet, eSet, eSettingDelegate, forceLoad, getExpressId, getLoadingState, getModel, getOid, getPid, getQueryInterface, getRid, hasModel, isLoadedOrLoading, load, remove, setExpressId, setLoaded, setLoading, setLoadingState, setModel, setOid, setPid, setQueryInterface, setRid, useInversesdynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eInternalContainer, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eStore, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringeNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.BasicEObjectImplprotected int eStaticFeatureCount()
eStaticFeatureCount in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic String getCurrentVersion()
getCurrentVersion in interface BimServerInfoBimServerInfo.setCurrentVersion(String),
StorePackage.getBimServerInfo_CurrentVersion()public void setCurrentVersion(String newCurrentVersion)
setCurrentVersion in interface BimServerInfonewCurrentVersion - the new value of the 'Current Version' attribute.BimServerInfo.getCurrentVersion()public Date getCurrentDate()
getCurrentDate in interface BimServerInfoBimServerInfo.setCurrentDate(Date),
StorePackage.getBimServerInfo_CurrentDate()public void setCurrentDate(Date newCurrentDate)
setCurrentDate in interface BimServerInfonewCurrentDate - the new value of the 'Current Date' attribute.BimServerInfo.getCurrentDate()public int getSchemaVersion()
getSchemaVersion in interface BimServerInfoBimServerInfo.setSchemaVersion(int),
StorePackage.getBimServerInfo_SchemaVersion()public void setSchemaVersion(int newSchemaVersion)
setSchemaVersion in interface BimServerInfonewSchemaVersion - the new value of the 'Schema Version' attribute.BimServerInfo.getSchemaVersion()public Date getLatestDate()
getLatestDate in interface BimServerInfoBimServerInfo.setLatestDate(Date),
StorePackage.getBimServerInfo_LatestDate()public void setLatestDate(Date newLatestDate)
setLatestDate in interface BimServerInfonewLatestDate - the new value of the 'Latest Date' attribute.BimServerInfo.getLatestDate()public String getLatestVersion()
getLatestVersion in interface BimServerInfoBimServerInfo.setLatestVersion(String),
StorePackage.getBimServerInfo_LatestVersion()public void setLatestVersion(String newLatestVersion)
setLatestVersion in interface BimServerInfonewLatestVersion - the new value of the 'Latest Version' attribute.BimServerInfo.getLatestVersion()public int getProjects()
getProjects in interface BimServerInfoBimServerInfo.setProjects(int),
StorePackage.getBimServerInfo_Projects()public void setProjects(int newProjects)
setProjects in interface BimServerInfonewProjects - the new value of the 'Projects' attribute.BimServerInfo.getProjects()public int getRevisions()
getRevisions in interface BimServerInfoBimServerInfo.setRevisions(int),
StorePackage.getBimServerInfo_Revisions()public void setRevisions(int newRevisions)
setRevisions in interface BimServerInfonewRevisions - the new value of the 'Revisions' attribute.BimServerInfo.getRevisions()public int getUsers()
getUsers in interface BimServerInfoBimServerInfo.setUsers(int),
StorePackage.getBimServerInfo_Users()public void setUsers(int newUsers)
setUsers in interface BimServerInfonewUsers - the new value of the 'Users' attribute.BimServerInfo.getUsers()public int getCheckouts()
getCheckouts in interface BimServerInfoBimServerInfo.setCheckouts(int),
StorePackage.getBimServerInfo_Checkouts()public void setCheckouts(int newCheckouts)
setCheckouts in interface BimServerInfonewCheckouts - the new value of the 'Checkouts' attribute.BimServerInfo.getCheckouts()public String getServerLogUrl()
getServerLogUrl in interface BimServerInfoBimServerInfo.setServerLogUrl(String),
StorePackage.getBimServerInfo_ServerLogUrl()public void setServerLogUrl(String newServerLogUrl)
setServerLogUrl in interface BimServerInfonewServerLogUrl - the new value of the 'Server Log Url' attribute.BimServerInfo.getServerLogUrl()public Date getStarted()
getStarted in interface BimServerInfoBimServerInfo.setStarted(Date),
StorePackage.getBimServerInfo_Started()public void setStarted(Date newStarted)
setStarted in interface BimServerInfonewStarted - the new value of the 'Started' attribute.BimServerInfo.getStarted()Copyright © 2018 OpenSource BIM. All rights reserved.